In C++ cout is:
a) object
b) class
c) something else
Answer Posted / 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 |
Post New Answer View All Answers
Can I learn c++ without learning c?
Are c and c++ similar?
What are the different types of comments allowed in c++?
Explain rtti.
How would you use the functions memcpy(), memset(), memmove()?
Explain operator overloading.
How many different levels of pointers are there?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What does flush do c++?
Are php strings immutable?
How are the features of c++ different from c?
What's the most powerful programming language?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is the best c++ compiler for windows 10?
What is called array?