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
Explain modulus operator. What are the restrictions of a modulus operator?
Do you know the purpose of 'register' keyword?
How do I convert a string to all upper or lower case?
Write a program to check prime number in c programming?
What is masking?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Which is an example of a structural homology?
What is the difference between array and linked list 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 ?
write a programe returns the number of times the character appears in the string