What is the difference between Class and Structure?
Answer Posted / rafat-+8801671123467
class is class and structure is structure.
| Is This Answer Correct ? | 6 Yes | 36 No |
Post New Answer View All Answers
why and when we can declar member fuction as a private in the class?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What can I safely assume about the initial values of variables which are not explicitly initialized?
How do you decide which integer type to use?
Explain how we implement exception handling in c++?
Can we use clrscr in c++?
How should a contructor handle a failure?
What is dev c++ used for?
What does new do in c++?
What is c++ in english?
What are namespaces in c++?
What is enum c++?
What are the implicit member functions of class?
Is there a sort function in c++?
What is a container class? What are the types of container classes in c++?