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
How can I ensure that integer arithmetic doesnt overflow?
What are extern variables in c?
Why c is known as a mother language?
How do you view the path?
What's the best way of making my program efficient?
What was noalias and what ever happened to it?
What is the purpose of scanf() and printf() functions?
Explain what is the difference between text files and binary files?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Can a variable be both constant and volatile?
What is define directive?
What is console in c language?
Is c compiled or interpreted?
can we have joblib in a proc ?
What is a 'null pointer assignment' error?