What are the resulting types of the following expressions? Write them in English using among other things, the phrases “pointer to”, “array of”, and “function returning”. Note, these are expressions, not type declarations. The first two are done for you char *a- “Last”; struct c { int c 1 ; float c2; char *c3; struct c *d; int **f(int a, int b); float *(*g[U; int h[10][5][3] Expression Resulting Type Pointer to char char a[0] c.c3 f(3,4) d->c2
OR
OR