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
Which function cannot be overloaded c++?
Are iterators pointers?
What is called array?
Why do we use structure in c++?
What is the difference between reference and pointer?
What are the characteristics of friend functions?
Why do we need function?
What is the difference between function overloading and operator overloading?
What is data type in c++?
Does c++ have string data type?
What are the vectors in c++?
What is the difference between passing by reference and passing a reference?
How do I write a c++ program?
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
Is rust better than c++?