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 is the meaning of string in c++?
What is friend class in c++ with example?
What is stoi in c++?
What's the "software peter principleā?
What is linked list in c++?
Why is main function important?
What does extern mean in a function declaration in c++?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What are the basics of local (auto) objects?
What is difference between c++ and c ++ 14?
Is c++ slower than c?
When should I use unitbuf flag?
Is it possible to have a recursive inline function in c++?
What are features of c++?
What are the c++ access specifiers?