1.

What does the following statement mean?

A. function taking a char* argument and returning a pointer to int
B. pointer to a pointer
C. pointer to an array of chars
D. pointer to function taking a char* argument and returns an int
E. None of these
Answer» E. None of these


Discussion

No Comment Found