PDA

View Full Version : #,include,stdio, h mean?


siva6630
Mar 1, 2011, 07:59 AM
Sir *** reply,what it mean # ,include, stdio, h separately

rpray2007
Mar 7, 2011, 12:17 PM
This is standard C library (declared as a header file - hence .h) that lets you use input/output functionality. It is necessary if you want to write anything to the output buffer or read anything from the input buffer.