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
What is the correct code to have following output in c using nested for loop?
What are run-time errors?
Do pointers take up memory?
What does sizeof function do?
What does == mean in texting?
write a program in c language to print your bio-data on the screen by using functions.
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
In c programming language, how many parameters can be passed to a function ?
Is there any data type in c with variable size?
What's a good way to check for "close enough" floating-point equality?
What is #include stdio h and #include conio h?
Define C in your own Language.
Explain is it valid to address one element beyond the end of an array?
What is the code in while loop that returns the output of given code?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?