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 / rani
int *q(char*)[] can be a proper answer
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is c easy to learn?
How the c program is executed?
How many types of arrays are there in c?
Can a pointer point to null?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is the difference between break and continue?
What are the advantage of c language?
What are the advantages of using macro in c language?
Define C in your own Language.
What is the use of static variable in c?
Explain pointer. What are function pointers in C?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are the different data types in C?
What is the acronym for ansi?