What are the differences between a struct and a class in
C++?
Answer Posted / rajesh
shivani is wrong bec. structure is not inherited.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
How much maximum can you allocate in a single call to malloc()?
What is the difference between an array and a list?
Does c++ vector allocate memory?
What are c++ variables?
What should main() return in c and c++?
What is an incomplete type in c++?
Which c++ compiler is best?
Does std endl flush?
What is a Default constructor?
What does new in c++ do?
What is c++ array?
What is the basic structure of c++ program?
what are function pointers?
Why is c++ not purely object oriented?
Define a constructor - what it is and how it might be called (2 methods)?