string reverse using recursion


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

Post New Answer

More C Interview Questions

Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


How main function is called in c?

0 Answers  


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

0 Answers  


What is the difference between printf and scanf in c?

0 Answers  


How do you use a 'Local Block'?

0 Answers   Ericsson,






What are the __date__ and __time__ preprocessor commands?

0 Answers  


Where we use clrscr in c?

0 Answers  


what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  


What happens if header file is included twice?

0 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


What is the difference between exit() and _exit() function in c?

0 Answers  


what is difference between array and structure?

44 Answers   College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,


Categories