Give an example where we have to specifically use C programming language and C++ programming language cannot be used?


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

Post New Answer

More OOPS Interview Questions

why c++ is called OOPS? waht is inherutance? what is compiler?

5 Answers  


Which is better struts or spring?

0 Answers  


What is the highest level of cohesion?

0 Answers  


what is an qt4 interface?

1 Answers   IBM,


WAP to generate 2n+1 lines of the following pattern on the computer screen:

2 Answers  


write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

0 Answers   SRA,


c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess

1 Answers   HCL, TCS,


What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++

1 Answers   TCS,


Why and when is a virtual destructor needed?

5 Answers  


how can we design a magic square in c++?or suggest me the basic idea of it.

3 Answers  


There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?

3 Answers   Microsoft,


Categories