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
Explain can you assign a different address to an array tag?
Is flag a keyword in c?
How old is c programming language?
Tell me the use of bit field in c language?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What are shell structures used for?
why wipro wase
Difference between constant pointer and pointer to a constant.
What is an array? What the different types of arrays in c?
What is difference between array and pointer in c?
What is the difference between array and pointer in c?
What is the advantage of a random access file?
Why & is used in c?
Explain null pointer.
Why does everyone say not to use scanf? What should I use instead?