4.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:
A)int (*q(char*)) []
B)int *q(char*) []
C)int(*q)(char*) []
D)None of the Above
Answer Posted / d
general rule: read left to right strating from inner braces
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is flag a keyword in c?
What is output redirection?
about c language
What does the error message "DGROUP exceeds 64K" mean?
write a programming in c to find the sum of all elements in an array through function.
What is string length in c?
What are the rules for the identifier?
What is volatile, register definition in C
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Explain how can I right-justify a string?
write a program for the normal snake games find in most of the mobiles.
When can you use a pointer with a function?
What do you understand by normalization of pointers?
List the different types of c tokens?
What is the difference between typedef struct and struct?