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

Post New Answer

More C Interview Questions

What are the different types of linkage exist in c?

0 Answers  


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****

2 Answers  


about c language

0 Answers  


c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  






What is a pointer variable in c language?

0 Answers  


Why is c known as a mother language?

0 Answers  


Explain modulus operator.

0 Answers  


Explain how are portions of a program disabled in demo versions?

0 Answers  


What are the parts of c program?

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


Categories