Answer Posted / glibwaresoftsolutions
C++ is a general-purpose, high-level programming language used for system and application development. Developed by Bjarne Stroustrup at Bell Labs in 1983, it builds upon the C language while introducing object-oriented features. It supports multiple paradigms, including procedural, functional, and generic programming. This is one of the most commonly asked C++ interview questions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
string reverse using recursion
Explain what is wrong in this statement?
What is a volatile keyword in c?
What is return in c programming?
What is equivalent to ++i+++j?
What is difference between stdio h and conio h?
What is c definition?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
all c language question
Can you add pointers together? Why would you?
Why are algorithms important in c program?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Why is sizeof () an operator and not a function?
Explain how do you generate random numbers in c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.