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
What is the use of sizeof () in c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
How can you call a function, given its name as a string?
What is include directive in c?
What is c standard library?
Why do we use & in c?
Compare interpreters and compilers.
What is assert and when would I use it?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Why c is a mother language?
What does printf does?
How are portions of a program disabled in demo versions?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the meaning of 2d in c?
What is the maximum no. of arguments that can be given in a command line in C.?