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 / rani
int *q(char*)[] can be a proper answer
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are bitwise shift operators in c programming?
How would you obtain the current time and difference between two times?
What is graph in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
p*=(++q)++*--p when p=q=1 while(q<=6)
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
what are bit fields in c?
How do you sort filenames in a directory?
What are the 4 types of programming language?
What is calloc() function?
What is an expression?
What does emoji p mean?
What is printf () in c?