what is recursion in C


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

Post New Answer

More C Interview Questions

#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


What is union and structure?

0 Answers  


What is a wrapper function in c?

0 Answers  


What is the purpose of type declarations?

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Bosch,


What is a newline escape sequence?

0 Answers  


What is the difference between mpi and openmp?

0 Answers  


What is the default value of local and global variables in c?

0 Answers  


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

0 Answers  


Explain the difference between struct and union.

2 Answers  


How do I read the arrow keys? What about function keys?

0 Answers  


What is printf () in c?

0 Answers  


Categories