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 this weird colon-member (" : ") syntax in the constructor?
How long does it take to get good at leetcode?
What is doubly linked list in c++?
How is c++ used in the real world?
What is do..while loops structure?
Does std endl flush?
Which programming language's unsatisfactory performance led to the discovery of c++?
What are the advantages of using friend classes?
Is arr and &arr are same expression for an array?
If you don’t declare a return value, what type of return value is assumed?
Can a Structure contain a Pointer to itself?
How will you call C functions from C ++ and vice-versa?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Explain deep copy?
What is a breakpoint?