Can c++ do everything c can?


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

Post New Answer

More C++ General Interview Questions

What is general format for a prototype?

0 Answers  


show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


What is an Object/Instance?

1 Answers  


What is a template in c++?

0 Answers  






How many different levels of pointers are there?

0 Answers   Genpact,


How is c++ used in the real world?

0 Answers  


5. Can inline functions have a recursion?

4 Answers  


Is c better than c++?

0 Answers  


What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?

6 Answers   HCL, Integra, IPMC, ORG,


Show the declaration for a pointer to function returning long and taking an integer parameter.

0 Answers  


What is size of string in c++?

0 Answers  


Categories