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 / subbu
answer is d
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the explanation for cyclic nature of data types in c?
writ a program to compare using strcmp VIVA and viva with its output.
How to Throw some light on the splay trees?
write a program to display all prime numbers
Why is python slower than c?
What are linked lists in c?
What is the difference between fread and fwrite function?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is %d used for?
What is string constants?
what is the role you expect in software industry?
What is use of bit field?
Compare array data type to pointer data type