How many bytes will the pointer intPtr of type int move in the-03270
How many bytes will the pointer intPtr of type int move in the following statement?<br>intPtr += 3;
This multiple choice question (MCQ) is related to the book/course
vu cs201 Introduction to Programming.
It can also be found in
vu cs201 Mid Term - Quiz No.18.
How many bytes will the pointer intPtr of type int move in the following statement?
intPtr += 3;
intPtr += 3;
3 bytes
6 bytes
12 bytes
24 bytes