Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
~489 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
c x 2
2 Posted Topics
ya i agree with [B][U]Shankye[/U][/B] As u already know that modulus operator gives the remainder of the division of two operands ...!!...n in case two operands are such that x<y then result is x [COLOR="Green"]let's proove this thing u might have notinced this that the modulus operator gives same result …
Atually i'd like to say that u were trying to create a tree but as u declared the structure : [CODE]typedef struct node{ char n; struct node*next; }NODE;[/CODE] u'l actually end up creating a linear linked list that's because u are taking only one pointer in the definition...!!...it would be …
The End.
ankitcuul