Main(int argc, char *argv[]) { (main && argc) ? main(argc-1, NULL) : return 0; }

A) Gets into Infinite loop
B) Compile error. Illegal syntax
C) None of the above
D) Runtime error.
Explanation: illegal syntax for using return

Showing Answers 1 - 6 of 6 Answers

vishal

  • Mar 27th, 2006
 

agree with above...return is not an expression

B) Compile error. Illegal syntax

  Was this answer useful?  Yes

Kajal

  • Oct 5th, 2021
 

None of the above

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions