InterviewSolution
Saved Bookmarks
| 1. |
After incrementing a float pointer ptr by 1 it would be incremented by __________(a) 1 byte(b) 2 bytes(c) 3 bytes(d) 4 bytesThe question was asked in an interview for internship.Origin of the question is Unsafe code & Pointers Basics topic in section Miscellaneous topics of C# |
|
Answer» The CORRECT OPTION is (d) 4 bytes |
|