string reverse using recursion


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

Post New Answer

More C Interview Questions

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

0 Answers  


write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,


what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error

9 Answers   Infosys,


What does a pointer variable always consist of?

0 Answers  


What is the role of && operator in a program code?

0 Answers  






What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


In C language what is a 'dangling pointer'?

0 Answers   Accenture,


What is a volatile keyword in c?

0 Answers  


What are the properties of union in c?

0 Answers  


Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.

4 Answers  


what is linkage error when it occurs in c program

3 Answers  


Explain what are global variables and explain how do you declare them?

0 Answers  


Categories