In C++ cout is:
a) object
b) class
c) something else
Answer Posted / ganesh
a, it is an object in C++
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are containers in c++?
Do you need a main function in c++?
What is the difference between global int and static int declaration?
how to connect with oracle 9i with server in socket program in c/c++
How do you master coding?
Is linux written in c or c++?
Which software is best for programming?
What is token c++?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
How do I tokenize a string in c++?
Why c++ is the best language?
What is an undefined reference/unresolved external symbol error and how do I fix it?
Can you explicitly call a destructor on a local variable?
What is polymorphism and its type in c++?
When does a 'this' pointer get created?