How do c++ struct differs from the c++ class?


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

Post New Answer

More C++ General Interview Questions

Explain the properties and principles of oop.

0 Answers  


program in c++ to input digits and print in words

1 Answers   Microsoft,


How many ways can a variable be initialized into in C++?

0 Answers   HCL,


what is polymorphism?

14 Answers   Accenture,


What is the iunknown interface?

0 Answers  


When there is a global variable and local variable with the same name, how will you access the global variable?

0 Answers  


What is meant by const_cast?

0 Answers  


What is the most useful programming language?

0 Answers  


What is class in c++ with example?

0 Answers  


What is a null object in c++?

0 Answers  


Why do we need constructors in 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,


Categories