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
Answers were Sorted based on User's Feedback
Write a c program using for loop in switch case?
Explain how can I pad a string to a known length?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
How would you sort a linked list?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Where we use clrscr in c?
What is the value of c?
Why is structure important for a child?
difference between Low, Middle, High Level languages in c ?
How the processor registers can be used in C ?
What does c mean in basketball?
what's the return value of malloc()