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 / abdur rab

The Prototype should be

int* q ( char* );

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between union All statement and Union?

628


What is array of pointers to string?

570


What math functions are available for integers? For floating point?

623


What is a constant and types of constants in c?

602


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

640






A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1699


What is the significance of an algorithm to C programming?

596


What is a null pointer in c?

595


Tell me is null always defined as 0(zero)?

674


Can we declare function inside main?

568


Are the expressions * ptr ++ and ++ * ptr same?

669


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

758


Difference between malloc() and calloc() function?

654


By using C language input a date into it and if it is right?

574


What is graph in c?

583