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
What are the different types of control structures in programming?
What is graph in c?
What are the loops in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is a structure in c language. how to initialise a structure in c?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is a good way to implement complex numbers in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
How is pointer initialized in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
will u please send me the placement papers to my mail???????????????????
What is the difference between malloc() and calloc()?
Can i use “int” data type to store the value 32768? Why?
What is a program?
How can a program be made to print the name of a source file where an error occurs?