What is the difference between Class and Structure?
Answer Posted / anand
structure is used space in memory permanently but in class members are not used space permanently there is erase with the time and use other member this memory space
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Does there exist any other function which can be used to convert an integer or a float to a string?
What is the size of a vector?
How can I learn dev c++ programming?
What is this pointer in c++?
What are the characteristics of friend functions?
What is dynamic and static typing?
What are the benefits of c++?
What is #include iomanip?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is unary operator? List out the different operators involved in the unary operator.
What are the four main data types?
Why c++ is better than c language?
What is new in c++?
What sorting algorithm does c++ use?