Select from following answers:- size
- sizeof

- byte
- typeof
- All Above
'sizeof' is the C# keyword used to get the size of value types in bytes. Enum and Pointer types mostly uses 'sizeof' to obtain their size in bytes.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator