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 / ravi

correct ans is option C

that is
int (*q)(char*)[]

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between class and object in c?

581


What is define c?

574


How can you call a function, given its name as a string?

714


how is the examination pattern?

1597


What is non linear data structure in c?

575






what is the significance of static storage class specifier?

1663


Explain what happens if you free a pointer twice?

613


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4904


What is union in c?

637


What is the difference between array_name and &array_name?

776


What is hungarian notation? Is it worthwhile?

697


What is 2 d array in c?

556


What are the types of pointers?

598


How do you print an address?

746


Why is c faster?

592