What are advantages of C++ when comparing with C?
Answer Posted / bhuvana
C++ is an object oriented programming language.And it has
the main features of classes & objects, inheritances,
polymorphism.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What kind of jobs can I get with c++?
Will the following program execute?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
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
Explain the purpose of the keyword volatile.
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is #include cmath?
What should main() return in c and c++?
What is null c++?
What is the advantage of an external iterator.
What is time h in c++?
What is function declaration in c++ with example?
When do we run a shell in the unix system?
Can you pass an array to a function in c++?