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 much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
How can I do serial ("comm") port I/O?
plz let me know how to become a telecom protocol tester. thank you.
What are the different types of control structures?
how to introdu5ce my self in serco
What is function definition in c?
Whats s or c mean?
Can the curly brackets { } be used to enclose a single line of code?
What does *p++ do?
Which built-in library function can be used to match a patter from the string?
Explain what will the preprocessor do for a program?
What are pointers in C? Give an example where to illustrate their significance.
Do array subscripts always start with zero?
how could explain about job profile
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings