What is c++ and its features?
Answer / Seema Rani
C++ is a high-level, general-purpose programming language that provides an environment for developing systems software, applications, and hardware devices. Some of its key features include object-oriented programming, exception handling, templates, and standard libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you print a string on the printer?
Why is c++ difficult?
Do you know about C++ 11 standard?
1 Answers Agilent, ZS Associates,
Can you explicitly call a destructor on a local variable?
Can you declare an array without a size in c++?
founder of c++
7 Answers Microtek, TCS, TeleCommand,
Differentiate between declaration and definition in C++?
Difference between strdup and strcpy?
Define macro.
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
What is a list c++?
What is the auto keyword good for in c++?