Is java based off c++?


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

Post New Answer

More C++ General Interview Questions

What is lambda in c++?

0 Answers  


Ask to write virtual base class code?

0 Answers   Satyam,


Write about the use of the virtual destructor?

0 Answers  


What is a driver program?

0 Answers  


Explain the difference between realloc() and free() in c++?

0 Answers  






What is virtual function? Explain with an example

0 Answers  


Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.

7 Answers   LG, Samsung,


What is a pointer how and when is it used?

0 Answers  


why we cant create array of refrences

4 Answers  


What are the basic data types used in c++?

0 Answers  


What is constructor c++?

0 Answers  


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


Categories