adplus-dvertising
frame-decoration

Question

C++ uses directive because

a.

C++ is an object oriented language

b.

C++ is a markup language

c.

C++ does not have any input/output facility

d.

All of them

Answer: (c).C++ does not have any input/output facility

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. C++ uses directive because

Similar Questions

Discover Related MCQs

Q. The unformatted input functions are handled by

Q. The istream class defines the

Q. Which from the following functions does not extract the delimiter character from the input stream?

Q. Iostream is a subclass of

Q. Ios state variables holds

Q. The class fstream is used for

Q. The I/O library provides how many stream base classes?

Q. Which from the following format flag is not included in ios: : adjustfield mask?

Q. What is the mask of ios: :dec, ios: :oct, ios: : hex in format flags?

Q. The default constructor for ios class is

Q. Which from the following is an I/O library stream class?

Q. The primary purpose of ios stream class is

Q. Which of the stream base class is used for low level processing?

Q. For using memory string stream processing, which class is used

Q. A class that defines the cout, cerr, and clog objects and stream insertion operator, is called

Q. The ios: : floatfield mask has how many format flags?

Q. For combining C++ stream I/O with the older C input/output functions, which class is used for this purpose?

Q. The I/O operations that use the extraction and insertion operators, are called

Q. Goodbit ( ), eofbit ( ), failbit ( ), badbit ( ) all functions are examples of

Q. The stream base class ios is used for