PDA

View Full Version : Query in 'C'


callme_kpr
03-08-2005, 07:46 AM
Can any one tell me the code in "C-Lang" for-

"Recursive code to print reverse of a string" without using a temporary variable and without using an extra memory space.

also

"Recursive code" to simply reverse a given Linked-list"