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
What is advantage of pointer in c?
Why is structure padding done in c?
How can you be sure that a program follows the ANSI C standard?
What is a void pointer in c?
How can I delete a file?
What does 4d mean in c?
What is structure padding in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Create a simple code fragment that will swap the values of two variables num1 and num2.
what are bit fields? What is the use of bit fields in a structure declaration?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Why we not create function inside function.
How can I do peek and poke in c?
What is pass by reference in c?
What is the maximum no. of arguments that can be given in a command line in C.?