Pointers Questions and Answers
Practice ModeShowing 10 of 217 questions
Q61
The arguments in main ( ) function are known as
Answer: Option C
Q62
The arguments argv { } is used to
Answer: Option B
Q63
The argc in main ( ) is used to
Answer: Option A
Q64
In the declaration double (*pf) ();
Answer: Option A
Q65
In the declaration double *f( );
Answer: Option B
Q66
Identify the invalid assignment , for given int *p, x;
Answer: Option B
Q67
The operations that can be performed on pointers are
Answer: Option D
Q68
The invalid address arithmetic is (are 0
Answer: Option D
Q69
The invalid pointer arithmetic is (are )
Answer: Option C
Q70
The declaration float (*f[5]) (); is
Answer: Option A