In C++ cout is:
a) object
b) class
c) something else
Answer Posted / manju
The answer is someting else.
cout is an ostream opertor.
Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
Is c++ fully object oriented?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is the arrow operator in c++?
Do class method definitions?
When do we use copy constructors?
What are the 3 levels of programming languages?
To which numbering system can the binary number 1101100100111100 be easily converted to?
Give an example of run-time polymorphism/virtual functions.
What is the best c++ compiler?
What are the advantages of c++ over c?
What is unary operator? List out the different operators involved in the unary operator.
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is object file? How can you access object file?
What is cin clear () in c++?
Why do we use constructor?