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 can I safely assume about the initial values of variables which are not explicitly initialized?
Is main a class in c++?
If you don’t declare a return value, what type of return value is assumed?
Is c++ a low level language?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Which ide is best for c++?
What gives the current position of the put pointer?
Program to check whether a word is a sub-string or not of a string typed
Can a constructor return a value?
Does dev c++ support c++ 11?
Can I learn c++ in a week?
What is #include iostream h in c++?
What is the precedence when there is a global variable and a local variable in the program with the same name?
How many characters are recognized by ANSI C++?
What is the use of bit fields in structure declaration?