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 / d
general rule: read left to right strating from inner braces
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Place the #include statement must be written in the program?
Can you think of a logic behind the game minesweeper.
What is the difference between class and object in c?
Write a program with dynamically allocation of variable.
What is an lvalue?
What is hash table in c?
Is printf a keyword?
Explain c preprocessor?
What is the difference between text files and binary files?
What is function what are the types of function?
Write a program to generate random numbers in c?
What are pointers in C? Give an example where to illustrate their significance.
Can a pointer be static?
Why we use stdio h in c?
What do you mean by dynamic memory allocation in c? What functions are used?