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
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
What is the memory allocated by the following definition ? int (*x)();
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
what is link list?
What is assignment operator?
What does the error message "DGROUP exceeds 64K" mean?
Tell us two differences between new () and malloc ()?
what is the use of ~ in c lang?????
what is diognisis?
How does selection sort work in c?
i need all types of question paper releted to "c" and other language.
what r callback function?