What is the full form of c++?
Answer / Neha Nimesh
The full form of C++ is 'C with classes'. It was developed by Bjarne Stroustrup at Bell Labs as an extension to the C programming language. C++ supports object-oriented and generic programming features.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you generate a random number in c++?
What is an undefined behavior and sequence points
What should main() return in c and c++?
What is virtual table?
Is c++ used anymore?
What are the two types of comments, and how do they differ?
What are the advantages of using friend classes?
What are the main features of c++?
Explain class invariant.
Define namespace in c++?
What is c++ namespace?
Write a program to find the Factorial of a number