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

Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

0 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


What is the scope of static variable in c?

0 Answers  


int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,






How are pointers declared in c?

0 Answers  


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  


What is a list in c?

0 Answers  


Is it cc or c in a letter?

0 Answers  


How many keywords (reserve words) are in c?

0 Answers  


What is a good data structure to use for storing lines of text?

0 Answers  


what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


Categories