adplus-dvertising
frame-decoration

Question

Which of the following header file does not exist?

a.

<iostream>

b.

<string>

c.

<sstring>

d.

<sstream>

Answer: (c).<sstring>

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following header file does not exist?

Similar Questions

Discover Related MCQs

Q. Which of the header file must be included to use stringstream?

Q. Which of the following header files is required for creating and reading data files?

Q. What does your class can hold?

Q. How many specifiers are present in access specifiers in class?

Q. Which is used to define the member of a class externally?

Q. Which other keywords are also used to declare the class other than class?

Q. Which of the following is a valid class declaration?

Q. The fields in the class in c++ program are by default

Q. Constructors are used to

Q. When struct is used instead of the keyword class means, what will happen in the program?

Q. Which keyword is used to define the user defined data types?

Q. Identify the correct statement .

Q. What does the data type defined by union will do?

Q. What is the syntax of user-defined data types?

Q. How many types of user-defined data type are in c++?

Q. What is the scope of typedef defined data types?

Q. How many types of models are available to create the user-defined data type?

Q. Where does the object is created?

Q. How to access the object in the class?

Q. Which of these following members are not accessed by using direct member access operator?