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
What are directives in c?
What is const volatile variable in c?
what is the significance of static storage class specifier?
What is bss in c?
How can you restore a redirected standard stream?
Explain what is the benefit of using enum to declare a constant?
why return type of main is not necessary in linux
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is c mainly used for?
Why are all header files not declared in every c program?
What is the difference between ++a and a++?
How can I implement a delay, or time a users response, with sub-second resolution?
How can I delete a file?
What are the two types of structure?
What is the difference between NULL and NUL?