Which of the following is not a member function of the C++ ostream class?

a. Stream-insertion operator (<<).
b. Stream-extraction operator (<<).
c. put.
d. write.

b. Stream-extraction operator (<<).

Computer Science & Information Technology

You might also like to view...

You can only create data macros from within a table

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the purpose of a relational operator in C++?

A. It is used with pointers to access addresses. B. It is needed to do comparisons between variables. C. The cout statement must have relational operator(s). D. The program uses it to assign values to variables.

Computer Science & Information Technology