Whether there can be main inside another main?If so how does
it work?
Answer Posted / gprabha
#include<stdio.h>
void main()
{
printf("main()");
main();
getch();
}
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can a void pointer point to a function?
How will you delete a node in DLL?
What is floating point constants?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
How do you use a 'Local Block'?
What's the difference between constant char *p and char * constant p?
What is equivalent to ++i+++j?
Why does not c have an exponentiation operator?
If errno contains a nonzero number, is there an error?
Why doesnt long int work?
plz let me know how to become a telecom protocol tester. thank you.
Should I learn c before c++?
what do you mean by enumeration constant?
What is the purpose of the preprocessor directive error?