InterviewSolution
Saved Bookmarks
| 1. |
Which operator can be used to check the size of an object?(a) sizeof(objectName)(b) size(objectName)(c) sizeofobject(objectName)(d) sizedobject(objectName)The question was posed to me in final exam.The doubt is from Memory Allocation of Object in portion Object of Object Oriented Programming |
|
Answer» Correct answer is (a) SIZEOF(objectName) |
|