Question: 1 pts Question 1 Consider the following C code fragment: short arr[] = { 2, 4, 6, 8, 10, 12, 14, 16 }; short* p1

1 pts Question 1 Consider the following C code fragment: short arr[] = { 2, 4, 6, 8, 10, 12, 14, 16 }; short* p1 = arr + 10; short* p2 = arr + 6; Give the exact value of the following expression as an integer. * (arr + (p1 - p2)) (NOTE: You are permitted to check your answers by writing a C program; however, in order to prepare for exams, first attempt a solution without doing so.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
