Why c++ is not a pure oop language?


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

Post New Answer

More C++ General Interview Questions

What is the difference between the parameter to a template and the parameter to a function?

0 Answers  


Difference between pass by value and pass by reference?

0 Answers  


What are the 3 levels of programming languages?

0 Answers  


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

0 Answers  


Why do we use classes in programming?

0 Answers  


plz send me National informatics center paper pattern

1 Answers  


Explain about profiling?

1 Answers  


Can a function take variable length arguments, if yes, how?

0 Answers  


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


how to create window program in c++.please explain.

1 Answers   Microsoft,


Write a note about the virtual member function?

0 Answers  


Is string data type in c++?

0 Answers  


Categories