Write a program to reverse a string.


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

Post New Answer

More C Interview Questions

Are enumerations really portable?

0 Answers  


Explain the concept of "dangling pointers" in C.

2 Answers  


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


What are the different types of data structures in c?

0 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


Explain the concept and use of type void.

0 Answers  


main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }

2 Answers  


What is a function simple definition?

0 Answers  


can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????

2 Answers   Cognizant,


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


Why is c fast?

0 Answers  


Categories