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

How can I read in an object file and jump to locations in it?

0 Answers  


wat s the meaning of (int *)p +4;

2 Answers  


How can I sort more data than will fit in memory?

0 Answers  


When c language was developed?

0 Answers  


Where register variables are stored in c?

0 Answers  






/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


What are the commands should be given before weiting C Program i.e, Cd.. like

4 Answers   IBM, Infonet, Satyam, Tech Mahindra,


When the macros gets expanded?

0 Answers  


what is a NULL pointer?

2 Answers  


Where is volatile variable stored?

0 Answers  


Categories