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 many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


Toggle nth bit in a given integer - num

5 Answers   Qualcomm,


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


can we write a c program with out using main

3 Answers  


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  






program to locate string with in a string with using strstr function

2 Answers   Huawei, Shreyas,


What is the difference between procedural and declarative language?

0 Answers  


Is there anything like an ifdef for typedefs?

0 Answers  


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com

3 Answers   Honeywell, Huawei,


What is time null in c?

0 Answers  


What is the difference between null pointer and void pointer

10 Answers   CTS, Manforce, MAQ Software,


Categories