InterviewSolution
Saved Bookmarks
| 1. |
Among the given pointer which of the following cannot be incremented?(a) int(b) char(c) float(d) voidI had been asked this question in homework.Origin of the question is Unsafe code & Pointers Basics in chapter Miscellaneous topics of C# |
|
Answer» RIGHT ANSWER is (d) void Easiest EXPLANATION - NONE. |
|