Sir,
I want to know why is it so that, in the Case of C Language there is no need to include stdio.h Header file. But when the same Program is saved with with .cpp extension it ask for the prototype.
and we have to include the stdio.h header file.
Why is this?
Ashwin Perti