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

What is the difference between arrays and pointers?

631


What is "Duff's Device"?

700


Explain high-order bytes.

674


What is the Purpose of 'extern' keyword in a function declaration?

654


What does == mean in texting?

663






Explain how can a program be made to print the name of a source file where an error occurs?

686


What does dm mean sexually?

810


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

634


write a c program for swapping two strings using pointer

2094


What is the use of #define preprocessor in c?

615


What does the function toupper() do?

654


Explain bit masking in c?

635


Can I initialize unions?

592


What are the types of pointers?

598


Can include files be nested? How many levels deep can include files be nested?

658