How to reverse alternate words in a given line of string
For Eg: my name is narasimha
output : my eman is ahmisaran
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of pointers?
What is sizeof int?
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?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Tell me can the size of an array be declared at runtime?
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
What is the difference between volatile and const volatile?
What is the difference between static and global variables?
Write a program to check whether a number is prime or not using c?
Why we use stdio h in c?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
What is malloc calloc and realloc in c?