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 const in c++?
Is c++ vector dynamic?
If all is successful, what should main return a) 0 b) 1 c) void
Can a new be used in place of old mallocq? If yes, why?
What is else syntax in c++?
Does c++ support exception handling?
How can virtual functions in c++ be implemented?
Differentiate between a pointer and a reference with respect to c++.
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Can you please explain the difference between overloading and overriding?
What is the difference between structures and unions?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Is dev c++ a good compiler?