Is c++ a low level language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is the best ide for c++?
What is the handle class?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What does flush do?
What do you mean by abstraction. Explain your answer?
Define Virtual function in C++.
Differentiate between structure and class in c++.
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Explain what is oop?
What are destructors?
Write my own zero-argument manipulator that should work same as hex?