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
Write a program to check palindrome number in c programming?
why programs in c are running with out #include
Can we access the array using a pointer in c language?
What is the difference between union and structure in c?
Explain the use of 'auto' keyword
What is an expression?
Why C language is a procedural language?
Is c is a middle level language?
What's the total generic pointer type?
What header files do I need in order to define the standard library functions I use?
what are the advantages of a macro over a function?
How is a macro different from a function?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Can the “if” function be used in comparing strings?
In which header file is the null macro defined?