What are advantages and disadvantages of recursive
calling ?
Answer Posted / poonam yadav
by using this tag we call a function continuosly uptill
to specific condion
| Is This Answer Correct ? | 8 Yes | 24 No |
Post New Answer View All Answers
write a program to display all prime numbers
Find MAXIMUM of three distinct integers using a single C statement
Why do we use header files in c?
Why #include is used in c language?
What is a static function in c?
What does the file stdio.h contain?
What is difference between structure and union in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
Define VARIABLE?
What do you mean by dynamic memory allocation in c? What functions are used?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is #include cctype?
a c code by using memory allocation for add ,multiply of sprase matrixes
Write a program for Overriding.
What are the header files used in c language?