What are advantages of C++ when comparing with C?
Answer Posted / secret
you are offered the chance of catching an error :D
Is This Answer Correct ? | 10 Yes | 18 No |
Post New Answer View All Answers
What is basic if statement syntax?
What is the use of structure in c++?
What are 2 ways of exporting a function from a dll?
What is null c++?
What is the use of pointer in c++ with example?
What does iomanip mean in c++?
If a function doesn’t return a value, how do you declare the function?
What is #include iostream in c++?
Why was c++ created?
Why do we need pointers?
How would you find out if a linked-list is a cycle or not?
What is the need of a destructor? Explain with the help of an example.
What is the difference between C and CPP?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Explain function overloading