Advertisements
Advertisements
प्रश्न
What is the use of a header file?
टिप्पणी लिखिए
उत्तर
Header files contain definitions of Functions and Variables, which are imported or used into any C++ program by using the preprocessor #include statement. Header files have an extension “.h” which contains C++ function declaration and macro definition.
Example: #include
shaalaa.com
C++ Character Set
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?