Question

What this code line say? int (*p )(char *a)         

A p is a pointer to the function having argument of pointer of character and returning integer.
B p is a pointer to the variable having pointer of character and returning integer.
C p is a pointer to the array having argument of pointer of character and returning integer.
D p is a pointer to the function having argument of pointer of pointer of character and returning integer.
E None
Practice Next

Hey! Ask a query