State two differences between C and C++.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Difference between struct and class in terms of access modifier.

0 Answers  


What is the advantage of an external iterator.

0 Answers  


Can a constructor return a value?

1 Answers  


what is scupper?

0 Answers  


Is c++ a pure oop language?

0 Answers  






Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


Which is not a valid keyword a) public b) protected c) guarded

0 Answers  


State two differences between C and C++.

0 Answers   Hexaware,


How the delete operator differs from the delete[]operator?

0 Answers  


How do I download c++?

0 Answers  


How the compilers arranges the various sections in the executable image?

1 Answers  


Categories