What is an object in c++?


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

Post New Answer

More C++ General Interview Questions

What does it mean to declare a member variable as static?

0 Answers  


Implement a 2 dimensional array by one dimentional array

1 Answers   CTS,


Explain mutable storage class specifier.

0 Answers  


What is the role of copy constructor in copying of thrown objects?

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,






int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 Answers  


What are the differences between the function prototype and the function defi-nition?

0 Answers  


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


How many static variables are created if you put one static member into a template class definition?

0 Answers  


What is flush c++?

0 Answers  


How can we check whether the contents of two structure variables are same or not?

0 Answers  


Categories