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
write a program to create a sparse matrix using dynamic memory allocation.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is the use of function overloading in C?
Why c is called object oriented language?
What is the use of c language in real life?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is the concatenation operator?
What is a pointer in c?
What is masking?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Are there constructors in c?
Why is main function so important?
Is c object oriented?
Are comments included during the compilation stage and placed in the EXE file as well?
What are the general description for loop statement and available loop types in c?