program for reversing a selected line word by word when
multiple lines are given without using strrev


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

difference between c and c++?

2 Answers  


Is c object oriented?

0 Answers  


Can we use any name in place of argv and argc as command line arguments?

0 Answers  


What is the difference between CV and Resume ?

2 Answers  


Explain what is the difference between functions abs() and fabs()?

0 Answers  






number of times a digit is present in a number

0 Answers  


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


What is #include stdlib h?

0 Answers  


I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.

1 Answers  


What is a ternary operator in c?

0 Answers  


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?

3 Answers  


Categories