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


Please Help Members By Posting Answers For Below Questions

#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

716


Can we declare variable anywhere in c?

535


Tell me what is the purpose of 'register' keyword in c language?

616


Lists the benefits of c programming language?

597


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

609






What is sorting in c plus plus?

565


Explain what are binary trees?

611


what are bit fields in c?

603


What is a MAC Address?

627


What are structure members?

594


What is the c value paradox and how is it explained?

573


Which type of language is c?

652


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1879


Explain what will the preprocessor do for a program?

602


Does c have class?

613