Sunday, July 12, 2009

What is the difference between.....#include<stdio.h>.... in turbo c++?

thank u very much...

What is the difference between.....#include%26lt;stdio.h%26gt;.... in turbo c++?
I'm not sure what you want to compare it to..





However the meaning of that line of code is to indicate to the compiler that you want to be able to use functionality located in the file stdio.h. The file stdio.h contains many of the basic functions of C such as printf, fopen etc. Since Turbo C++ also compiles pure C code, this file is included to give you these functions.


No comments:

Post a Comment