In C++ cout is:
a) object
b) class
c) something else
Answers were Sorted based on User's Feedback
Answer / sriram
ANSWER IS C. COUT IS AN BUID IN OPERATOR THAT WAS DEFINED
IN HEADER FILE: <IOSTREAM.H>
SINCE, IN C++ COUT IS AN CONSOLE OUTPUT OPERATOR.
| Is This Answer Correct ? | 2 Yes | 17 No |
What is a Default constructor?
Explain the difference between abstract class and interface in c++?
Which programming language's unsatisfactory performance led to the discovery of c++?
Explain rtti.
check whether a no is prime or not.
Specify different types of decision control statements?
What is the full name of logo?
What is late binding c++?
What is the basic difference between C and C++?
Can member data be public?
Comment on local and global scope of a variable.
When volatile can be used?