What are advantages of C++ when comparing with C?
Answer Posted / useless
me too got fed up with these questions......... there are no
differences between c and c++ just they are two idiotic ,
Hippocratic useless not understandable nonsense kind of stuffs.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Can a built-in function be recursive?
What does int * mean in c++?
What is a loop? What are different types of loops in c++?
Explain how the virtual base class is different from the conventional base classes of the opps.
What is data binding in c++?
Write about a nested class and mention its use?
What is virtual function? Explain with an example
Explain how to initialize a const data member.
What causes a runtime error c++?
Explain deep copy?
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
Can member data be public?
Write a recursive program to calculate factorial in c++.
Can you Mention some Application of C/C++?
What is while loops?