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
What is clrscr in c?
What is pointer to pointer in c language?
application attempts to perform an operation?
What's the right way to use errno?
What is the purpose of type declarations?
What is getch() function?
List some applications of c programming language?
Why is struct padding needed?
Explain null pointer.
What language is c written?
How can I find the modification date of a file?
Distinguish between actual and formal arguments.
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
How can you increase the size of a dynamically allocated array?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?