Answer Posted / sharath
yes it becomes a recursive function
we have to specify any condition using a loop or any decision block so that the loop doesnot call the main() function again.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How are pointers declared in c?
what is stack , heap ,code segment,and data segment
can anyone suggest some site name..where i can get some good data structure puzzles???
Write a function that will take in a phone number and output all possible alphabetical combinations
Explain union.
Explain what is wrong with this statement? Myname = ?robin?;
In a byte, what is the maximum decimal number that you can accommodate?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Is c a great language, or what?
What is difference between array and structure in c?
In C language, a variable name cannot contain?
Give me the code of in-order recursive and non-recursive.
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Why pointers are used?
What functions are used in dynamic memory allocation in c?