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
Explain what are reserved words?
What is the size of structure pointer in c?
How to set file pointer to beginning c?
difference between loading and linking
difference between malloc and calloc
What is the difference between CV and Resume ?
What are the uses of a pointer?
What are the benefits of organizational structure?
Why does not c have an exponentiation operator?
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none