Questions and Answers
- Which keyword is used to define the user defined data types?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
typedef
- Which of the following header files is required for creating and reading data files?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
In this fstream.h header file is used for accessing the files only.
- Which of the header file must be included to use stringstream?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
- Which of the following header file does not exist?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
- 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.