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 / s.srinivasulu
correct ans is option C
that is
int (*q)(char*)[]
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are run-time errors?
What are the different types of endless loops?
what do you mean by inline function in C?
Explain what are compound statements?
Is javascript based on c?
How can a number be converted to a string?
What is the heap in c?
What is function prototype in c with example?
Which header file is used for clrscr?
Is a house a shell structure?
What is getch() function?
How is a structure member accessed?
Describe the difference between = and == symbols in c programming?
What are the 5 elements of structure?
Why is python slower than c?