Answer Posted / manish soni bca 3rd year jaipu
it is recursive function.
here is no condition is apply so
the result is
infintely.
and after that 'the statck memory flow'.
conditio is start.
manish soni tagore bio tech collage,
jaipur
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When should you use a type cast?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What are variables and it what way is it different from constants?
What is variable initialization and why is it important?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Explain why C language is procedural?
What is difference between main and void main?
What is header file definition?
What is local and global variable in c?
What is an auto keyword in c?
When should structures be passed by values or by references?
Is it fine to write void main () or main () in c?
please send me the code for multiplying sparse matrix using c
Write a C program in Fibonacci series.