Assume that you are given the following code segment: Fill in the blanks by encoding the C data type corresponding to th
Posted: Fri Apr 29, 2022 6:52 am
Assume that you are given the following code segment:
Fill in the blanks by encoding the C data type corresponding to
the specified C expressions. Please make sure that you comply
with the following encoding rules.
The data type of *fptr2 is
The data type of *D[MAX - 1] is
The data type of F[ *fptr1 ]
The data type of &*(D + i)
The data type of D
The data type of MAX
The data type of F[fptr1 ]
The data type of *D[MAX - 1]
The data type of &F
The data type of F[ fptr1 ] is
Fill in the blanks by encoding the C data type corresponding to
the specified C expressions. Please make sure that you comply
with the following encoding rules.
The data type of *fptr2 is
The data type of *D[MAX - 1] is
The data type of F[ *fptr1 ]
The data type of &*(D + i)
The data type of D
The data type of MAX
The data type of F[fptr1 ]
The data type of *D[MAX - 1]
The data type of &F
The data type of F[ fptr1 ] is