How to reverse a string using a recursive function, without
swapping or using an extra memory?
Answer Posted / sasi
#include<stdio.h>
#include<conio.h>
void main()
{
printf("\n i dont know");
}
getch();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is exit(status) truly equivalent to returning the same status from main?
How the c program is executed?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What's the difference between constant char *p and char * constant p?
Does * p ++ increment p or what it points to?
How can you increase the size of a statically allocated array?
What is the advantage of using #define to declare a constant?
How variables are declared in c?
What is the difference between procedural and declarative language?
Which are low level languages?
What are the disadvantages of c language?
How old is c programming language?
What is variable initialization and why is it important?
find the sum of two matrices and WAP for it.
What is the difference between NULL and NUL?