What are c++ data types?


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

Post New Answer

More C++ General Interview Questions

What is the basic difference between C and C++?

0 Answers   NIIT,


What does n mean in c++?

0 Answers  


What is a tuple c++?

0 Answers  


What is the difference between cin.read() and cin.getline()?

0 Answers  


In a function declaration what does extern means?

0 Answers   Flextronics,






Explain object slicing in c++?

0 Answers  


What is the use of endl in c++ give an example?

0 Answers  


What are the vectors in c++?

0 Answers  


Can we make any program in c++ without using any header file and what is the shortest program in c++.

0 Answers   MCN Solutions,


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


What does catch(…) mean?

0 Answers  


What are pointer-to-members in C++? Give their syntax.

0 Answers   HAL,


Categories