InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThe question was asked during an interview.My question comes from Pointers Operation topic in portion Miscellaneous topics of C# |
|
Answer» CORRECT answer is (b) SIZEOF(TYPE) To EXPLAIN I would say: None. |
|