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
What is enumerated data type in c?
How many data structures are there in c?
How can I write functions that take a variable number of arguments?
Explain how do you search data in a data file using random access method?
How many levels of pointers have?
What are the types of data files?
Write a code to generate a series where the next element is the sum of last k terms.
What is the use of pragma in embedded c?
What are different types of operators?
What is structure and union in c?
What is the most efficient way to count the number of bits which are set in an integer?
What does *p++ do? What does it point to?
How many types of operator or there in c?
What is a constant?
Is c easy to learn?