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
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Which built-in library function can be used to match a patter from the string?
What does main () mean in c?
Explain what is the difference between a string and an array?
How can I determine whether a machines byte order is big-endian or little-endian?
write an algorithm to display a square matrix.
What does char * * argv mean in c?
What is static memory allocation? Explain
Explain how can you check to see whether a symbol is defined?
What is function definition in c?
What is the size of structure in c?
What is #include called?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Write a program to reverse a given number in c?
Is void a keyword in c?