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
What is the use of endl in c++ give an example?
what is a reference variable in C++?
an integer constant must have atleast one a) character b) digit c) decimal point
Is C++ case sensitive a) False b) Depends on implementation c) True
What does obj stand for?
What are maps in c++?
Is dev c++ a good compiler?
Explain the difference between class and struct in c++?
Explain data encapsulation?
Comment on c++ standard exceptions?
What is using namespace std in cpp?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is constant in c++ with example?
Explain the uses of static class data?
When to use “const” reference arguments in a function?