Interview Questions

So what could go wrong? Are there really any systems where void main doesnt work?

C Interview Questions and Answers


(Continued from previous question...)

So what could go wrong? Are there really any systems where void main doesnt work?

It has been reported that programs using void main() and compiled using BC++ 4.5 can crash. Some compilers (including DEC C V4.1 and gcc with certain warnings enabled) will complain about void main().

(Continued on next question...)

Other Interview Questions