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
what is meant by c
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
How can you find the day of the week given the date?
Explain about the constants which help in debugging?
Which node is more powerful and can handle local information processing or graphics processing?
How to reverse a string using a recursive function, with swapping?
What is Function Pointer? Explain with example?
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
What's the difference between calloc() and malloc()?
What is the general form of a C program?
what is the disadvantage of using macros?