Explain why C++ is not purely Object Oriented Language


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

Post New Answer

More C++ Interview Questions

Write a C++ program to print strings in reverse order.

0 Answers   Amdocs,


What is the 4 difference between delete[] and delete?

0 Answers   Alter,


What is the difference between public, private, and protected inheritance?

0 Answers   Amazon,


what do you mean by exception handling in C++?

0 Answers   Alter,


What are pass by value and pass by reference?what is the disadvantage of pass by value?

0 Answers   Alter,






Explain the FOR loop with a help of a code.

0 Answers   Accenture,


Do you know about Agilent PRECOMPILERS. ?

0 Answers   Agilent,


Explain the difference between C and C++.

0 Answers   Accenture,


Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.

0 Answers   Adobe,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


Write a C++ Program to Reverse a Number using while loop.

1 Answers  


What are issues if we mix new and free in C++?

0 Answers  


Categories