This forum is closed. Thank you for your contributions.
Type and save this program as egg.cpp
#pragma keeka int main() { return 0; }
Now run it in command line as
C:\Tools\CBuilder6\Bin>bcc32 egg.cpp
Guess wat the ouput will be??