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
Is it possible to have a recursive inline function in c++?
Explain some examples of operator overloading?
Is c++ a float?
What is cin clear () in c++?
Explain virtual destructor?
What is the v-ptr?
What is type of 'this' pointer? Explain when it is get created?
We use library functions in the program, in what form they are provided to the program?
Is it possible to get the source code back from binary file?
What are shallow and deep copy?
what are the iterator and generic algorithms.
What is virtual function? Explain with an example
How to declaring variables in c++?
What is a memory leak c++?
How would perform Pattern Matching in C++?