Explain the difference between class and struct in c++?


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

Post New Answer

More C++ General Interview Questions

catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


Distinguish between new and malloc and delete and free().

0 Answers  


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

0 Answers  


what is importance of data sturture in a programming language?

22 Answers   L&T, TCS, Wipro,


What is the difference between "calloc" and "malloc"?

9 Answers   ADP,


What is a down cast?

0 Answers  


Explain the concept of friend function in c++?

0 Answers  


What is difference between shallow copy and deep copy? Which is default?

1 Answers  


What does the nocreate and noreplace flag ensure when they are used for opening a file?

0 Answers  


Write about all the implicit member functions of a class?

0 Answers  


What's c++ used for?

0 Answers  


what is the emaning of '#include" "'?

5 Answers  


Categories