What are advantages of C++ when comparing with C?
Answer Posted / atreyee
A program in C is unstable compared 2 C++
Encapsulation,Inheritance in C++.
| Is This Answer Correct ? | 28 Yes | 10 No |
Post New Answer View All Answers
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is the use of function pointer?
What are the 2 main types of data structures?
Why c++ is so important?
What is std :: flush?
Explain what is polymorphism in c++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Explain the term memory alignment?
Explain virtual destructor?
Why c++ is called oop?
What are the benefits of oop in c++?
What is a c++ object?
When to use “const” reference arguments in a function?
What does new return if there is insufficient memory to make your new object?
What is array in c++ pdf?