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
Explain the purpose of the keyword volatile.
Can a built-in function be recursive?
How can you differentiate between inheritance and implementation in c++?
What is a constructor and how is it called?
What is meant by entry controlled loop?
What is runtime errors c++?
What are 2 ways of exporting a function from a dll?
How can virtual functions in c++ be implemented?
Are vectors faster than arrays?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What are the types of array in c++?
What are the advantages of using const reference arguments in a function?
Define macro.
Should I learn c or c++ or c#?
What is insertion sorting?