In C++ cout is:
a) object
b) class
c) something else
Answer Posted / reejusri
Its an Object of class OStream, thats why we add its
corresponding header file that is <iostream.h>, Open this
header file you wil get complete infomation.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is prototype in c++ with example?
What is const in c++?
What is the c++ code?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What is the basic structure of c++ program?
What is the advantage of c++ over c?
What is pointer in c++ with example?
What does asterisk mean in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Write a C++ Program to check whether a number is prime number or not?
Explain class invariant.
Is ca high or low level language?
Why c++ is faster than java?
What is object file? How can you access object file?
Do you know about latest advancements in C++ ?