Question: Given the expression: int array[3]; What is the datatype of the following expression? array[2] is it.. int & or int ** or int * or
Given the expression:
int array[3];
What is the datatype of the following expression?
array[2]
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
