Why is c++ a mid-level programming language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is pair in c++?

0 Answers  


Explain the difference between overloading and overriding?

0 Answers  


How long it will take to learn c++?

0 Answers  


You run a shell on unix system. How would you tell which shell are you running?

0 Answers  


What are the methods of exporting a function from a dll?

0 Answers  






What are the advantages of using pointers in a program?

0 Answers  


Explain the ISA and HASA class relationships. How would you implement each in a class design?

3 Answers  


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

0 Answers  


What is object in c++ wikipedia?

0 Answers  


What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

0 Answers  


What is the type of 'this' pointer? When does it get created?

0 Answers  


Write a program to get the value of sin (x) using a library function , when x is given in degrees.

1 Answers  


Categories