What will happen if main called in side main function?
- From: "Ravi" <ravi.wireless@xxxxxxxxx>
- Date: 31 Mar 2006 09:03:16 -0800
void main()
{
main();
}
int main()
{
main();
}
.
- Follow-Ups:
- Re: What will happen if main called in side main function?
- From: Jack Klein
- Re: What will happen if main called in side main function?
- From: Eric Sosman
- Re: What will happen if main called in side main function?
- Prev by Date: HI, a question on #include
- Next by Date: Re: Some doubts on variable-length array
- Previous by thread: HI, a question on #include
- Next by thread: Re: What will happen if main called in side main function?
- Index(es):