What are the main characteristics of C++ as a programming language?
Answer / nashiinformaticssolutions
Since C++ is a general-purpose programming language, it may be used to create software for a large range of business applications.
it supports object-oriented, procedural, functional, and generic programming frameworks, making it a multi-paradigm programming language.
Its adaptability, power, and complexity—which makes it one of the more challenging programming languages to learn—are further noteworthy features.
| Is This Answer Correct ? | 0 Yes | 0 No |
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
Difference between shift left and shift right?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is the disadvantage of using a macro?
What is the purpose of template?
Is overriding possible in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Keyword mean in declaration?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
How can you force instantiation of a template?
Is c++ high level programming language?