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.8K
~781 People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
Re: string reverse
This is my first attempt writing a recursive program. i have choose some constraints like: 1)the string reverse function call should have only one argument i.e the pointer to the string, 2) string should be reversed in the same position instead of using the another string or writing to output.. …
The better method as per me is, consider a linked list as bellow: head-> a|100 -> b|110 -> c|120 -> d|130 -> e|140 -> f|150 If my Known node is c having address 110(as per the list above). now we need to delete a node having content c(deleting a node …
The End.
venugopal.somu