Whether there can be main inside another main?If so how does
it work?
Answer Posted / rajdesai143
yes.There can be any no of main inside the main.But one
static main should be required .In that we can call any no
of times it just works as recursive.
Since one static main is required because (astart) requires
that . Its a startup code
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What's the difference between constant char *p and char * constant p?
Can we change the value of #define in c?
Write a program to check palindrome number in c programming?
Is main is user defined function?
What is pivot in c?
Which of these functions is safer to use : fgets(), gets()? Why?
Write a program to reverse a string.
What is meant by type specifiers?
How can my program discover the complete pathname to the executable from which it was invoked?
What are the different data types in C?
Why is this loop always executing once?
What is the benefit of using an enum rather than a #define constant?
can we implement multi-threads in c.
What is the difference between test design and test case design?
Explain what is a pragma?