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
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
How can I copy just a portion of a string?
What is static volatile in c?
What is the use of typedef in structure in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is union and structure?
Write a program to print “hello world” without using semicolon?
How can you pass an array to a function by value?
Why is c not oop?
Why doesnt long int work?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Tell us bitwise shift operators?
How do you redirect a standard stream?
What is size of union in c?