Reverse a string word by word??

Answer Posted / santhosh

This Might Help You ...

http://user-interfaze.blogspot.com/2012/01/c-program-to-reverse-string-word-by.html

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write optimum code to divide a 50 digit number with a 25 digit number??

3001


What is the use of linkage in c language?

824


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

807


What is binary tree in c?

846


Where are the auto variables stored?

855


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2106


Write a program for Overriding.

913


What is #line used for?

777


What is the difference between c and python?

807


What is the purpose of 'register' keyword?

884


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2265


What are the features of c language?

826


What is data types?

820


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

821


What is the difference between text and binary i/o?

776