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 number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Is ca high or low level language?
What do you mean by function pointer?
How can I disable the "echo" feature?
Why #include is used?
Which format specifier is used for printing a pointer value?
Incase of a function declaration, what is extern means?
How are pointers type-cast?
What are c++ tokens?
What is else if syntax?
Define a nested class. Explain how it can be useful.
What are the defining traits of an object-oriented language?
What is binary search in c++?
Why is c++ still best?
What is an undefined behavior and sequence points