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
How can you find out how much memory is available?
What is use of pointer?
What is void pointers in c?
Can you define which header file to include at compile time?
write a c program for swapping two strings using pointer
What are the c keywords?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
How can a program be made to print the name of a source file where an error occurs?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
When should the volatile modifier be used?
Are there namespaces in c?
What is identifiers in c with examples?
FILE PROGRAMMING
Write a program to print “hello world” without using semicolon?