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
Assume that you are given the following code segment: Fill in the blanks by encoding the C data type corresponding to th
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Assume that you are given the following code segment: Fill in the blanks by encoding the C data type corresponding to th
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!