A function q that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as
belongs to collection: Pointers in C Programming MCQ (Multiple Choice Questions And Answers)
All Answers
total answers (1)
Correct Answer:
int (*q (char*) )[ ]
need an explanation for this answer? contact us directly to get an explanation for this answer