Which operator is commonly used to find the size of the type of C#?
(a) size()
(b) sizeof(type)
(c) both size() & sizeof(type)
(d) none of the mentioned
The question was asked during an interview.
My question comes from Pointers Operation topic in portion Miscellaneous topics of C#