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 / subbu

answer is d

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

816


Explain what is the difference between functions getch() and getche()?

611


In which header file is the null macro defined?

860


List the difference between a 'copy constructor' and a 'assignment operator' in C?

643


what is the height of tree if leaf node is at level 3. please explain

1604






Why dont c comments nest?

625


What is #error and use of it?

681


In C, What is the #line used for?

1068


What is main () in c?

589


What is file in c preprocessor?

656


Define recursion in c.

704


Is c programming hard?

578


Explain Basic concepts of C language?

649


Explain how do you convert strings to numbers in c?

598


Why do we write return 0 in c?

557