What is the Difference between "C structure" and "C++
structure"?
Answer Posted / brainless
According to c++ standard, structure is a kind of class.
However, all members are default to "public".
Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
What do nonglobal variables default to a) auto b) register c) static
What is a pointer with example?
What is a storage class?
Do we have to use initialization list in spite of the assignment in constructors?
Explain some examples of operator overloading?
When should overload new operator on a global basis or a class basis?
What is c++ namespace?
Difference between class and structure.
Explain how to initialize a const member data.
What is the purpose of extern storage specifier?
What is meaning of in c++?
Explain binary search.
What is an iterator class in c++?
What are stacks?
What is a driver program?