Sunday, February 8, 2015

Header Files in C

Header File:          
1.Has definitions of built in library functions.
2.When a particular built-in library function is to be used , its header file must be included to the program.


Example:
  stdio.h  is  for printf and scanf functions.
iostream.h is for cin and cout functions
These video will help you learn header files check them out

No comments:

Post a Comment