Question: 1. you are programming in an x86/Linux environment. Consider below C code: Note: *p++ means that same thing as *(p++).After these statements, which of the
1. you are programming in an x86/Linux environment. Consider below C code:

Note: *p++ means that same thing as *(p++).After these statements, which of the following hold?
a. i == 33, p points to a[1]
b. i == 33, p points to a[2]
c. i == 17, p points to a[1]
d. i == 17, p points to a[2]
e. None of these
int a0 10, 17, 33] int pSa1); int ip++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
