What is header statement | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is header statement

C++

14th Nov 2016, 4:34 AM
Ali Farooq
5 Answers
+ 25
Header statement just declares functions which must be implemented in cpp.
14th Nov 2016, 6:22 AM
Lara
Lara - avatar
+ 1
the header <iostream> ,,,,,This header supports C++ style I/O operation ( <iostream> is to C++ what <stdio.h>is to C). Notice one other thing: there is no .h extension to the name iostream. The reason is the that <iostream> is one of the new style header defined by Standard C++. New-style headers do not use the .h extension.
14th Nov 2016, 7:24 PM
Pradeep Kumar
Pradeep Kumar - avatar
+ 1
header files are predefined(library) files within compiler that includes the prototype of various functions that we use while coding like stdio.h include printf,scanf etc in c just for example.
12th May 2017, 9:03 PM
abhrodeep chanda
abhrodeep chanda - avatar
0
Header statement is the header file of programmes
14th Nov 2016, 6:58 AM
Ajeet Singh
Ajeet Singh - avatar
0
does header statements implemented any of c or c++ functions
27th Dec 2016, 2:53 PM
hariom