Question: Operating systems in C 28.) In the declaration int i[10]; the type of i is an array of 10 ints. Describe in words the type
28.) In the declaration int i[10]; the type of i is an array of 10 ints. Describe in words the type if i in each of the following declarations int *i[10]; int (*i)[10]; int *+1[10]; int *(*i)[; int *(i) You can check your answers at the following web site. http://cdecl.org/
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
