Reverse a string word by word??

Answer Posted / guest

strrev(str1,str2);

Is This Answer Correct ?    1 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I use strcmp?

632


When should a far pointer be used?

591


What is c language and why we use it?

610


Explain why can’t constant values be used to define an array’s initial size?

846


What is pivot in c?

560






Is a house a mass structure?

635


how do you execute a c program in unix.

632


Write a program of advanced Fibonacci series.

700


How can I find the modification date of a file?

692


Write a program to check armstrong number in c?

629


Can a variable be both constant and volatile?

552


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

624


What is the use of pragma in embedded c?

584


What is the difference between exit() and _exit() function in c?

572


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1832