Question: Assuming the following declaration: float myArray[4][3]; What is the value of the following expression? (unsigned long)(myArray[2]+1) - (unsigned long)myArray; is it? 28 or 1 or
Assuming the following declaration: float myArray[4][3];
What is the value of the following expression?
(unsigned long)(myArray[2]+1) - (unsigned long)myArray;
is it?
28
or
1
or
4
or
16
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
