Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Main(int argc, char *argv[]) { (main && argc) ? main(argc-1, NULL) : return 0; }
B) Compile error. Illegal syntax
C) None of the above
D) Runtime error.
Explanation: illegal syntax for using return
Related Answered Questions
Related Open Questions