What is the extension of header file used in C++ program?
a) .header
b) .head
c) .h
d). had
Which of the following is the correct structure of header file?
a) #include<…….>
b) #include (…)
c) #include {…….}
d) #include [….]
What does conio.h stands for?
a) consider input/output
b) console input/output
c) common input/output
d) none of these
Which of the following header file is used for input/output stream file?
a) stream.h
b) iostream.h
c) iostram.h
d) iostream
Which of the following symbol inform the compiler to search the
compilers include directory for specified file?
a) <>
b) ()
c) “”
d) {}
A predefined word in C++ library with fixed meaning and used to define predefine operation is called
a) reserve words
b) header words
c) program words
d) all of these