Questions and Answers
- What does a default header file contain?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
In the header file, we define something that to be manipulated in the program.
- Identify the incorrect statement.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The iostream.h is used in the older versions of c++ and iostream is evolved from it in the std namespace.
- What is the use of no linkage?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
make the entity visible only to that block
- Which is used to use a function from one source file to another?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
By defining a function’s prototype in another file means, we can inherit all the features from the source function.
- setprecision requires which of the following header file?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
The iomanip header file is used to correct the precision of the values.