string reverse using recursion


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

Post New Answer

More C Interview Questions

sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


Explain modulus operator.

0 Answers  


#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?

6 Answers  


what is the difference between declaration and definition of a variable or function ?

3 Answers  


List the difference between a "copy constructor" and a "assignment operator"?

0 Answers   Accenture,






Is boolean a datatype in c?

0 Answers  


What is default value of global variable in c?

0 Answers  


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


Do pointers need to be initialized?

0 Answers  


What does %f mean c?

1 Answers  


Explain union. What are its advantages?

0 Answers  


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


Categories