Write a C program where input is: "My name is xyz". output
is: "xyz is name My".
Answer / suneel
step1: First find length of the string
step2: Reverse the string and stored in another string
temp[]="zxy si eman ym";
step3:
Store each charecter in the temp[] to stack
when it is not a space
step4: If it is space then pop the all characters in the stack
and stored in o/p
step5: The process is done upto null
Is This Answer Correct ? | 14 Yes | 7 No |
What is sizeof array in c?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What are the string functions? List some string functions available in c.
What are the storage classes in C?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
why arithmetic operation can’t be performed on a void pointer?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Explain #pragma in C.
What is cohesion and coupling in c?
What is gets() function?
How to throw some light on the b tree?