write a program to reverse a every alternetive words in a
string in a place.
EX: Input is "this is the line of text"
Output should be "shit is eht line fo text"
Please any one tell me code for that.
No Answer is Posted For this Question
Be the First to Post Answer
Can i use Two or More Main Funtion in any C program.?
I need a sort of an approximate strcmp routine?
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
What does node * mean?
Differentiate between a for loop and a while loop? What are it uses?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Difference between malloc() and calloc() function?
What is a nested loop?
Is exit(status) truly equivalent to returning the same status from main?
discuss the steps needed to get a program from source code to executable in a system?
What are reserved words?
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].