Q28: What is header file? List any two header file.

 A28:

It is a file that contains declarations, prototypes, and definitions of functions, variables, constants that can be used in one or more source code files.

 

e.g. #include<stdio.h>, #include<conio.h>, #include<math.h>.

 

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.