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