How to reverse a string using a recursive function, without
swapping or using an extra memory?

Answer Posted / fgy

no ansawer

Is This Answer Correct ?    8 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is class and object in c?

586


Why is %d used in c?

559


What are shell structures used for?

595


List the different types of c tokens?

620


Explain the properties of union.

607






What is s in c?

607


What is methods in c?

637


Where is c used?

644


Why is c called c not d or e?

604


What is the size of array float a(10)?

651


When is the “void” keyword used in a function?

826


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

1426


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

653


What is the purpose of type declarations?

673


How will you declare an array of three function pointers where each function receives two ints and returns a float?

773