Question: IN C programming Assuming the following declaration: int myArray[4][3]; What is the data type of the following expression myArray; is it? int or int* or
IN C programming
Assuming the following declaration:
int myArray[4][3];
What is the data type of the following expression myArray;
is it?
int
or
int*
or
int**
or
&int
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
