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
Why are arrays usually processed with for loop?
What programming language should I learn first?
How a macro differs from a template?
How does work in c++?
How important is c++?
How do I tokenize a string in c++?
Which bit wise operator is suitable for turning off a particular bit in a number?
How to declare a pointer to an array of integers?
Do vectors start at 0 c++?
Briefly describe a B+ tree. What is bulk loading in it?
What is the difference between multiple and multilevel inheritance in c++?
What is the role of static keyword for a class member variable?
What are special characters c++?
What is static function? Explain with an example
When does a 'this' pointer get created?