GkSeries.com
Home
GK
ENGLISH
CURRENT AFFAIRS
APTITUDE
REASONING
BANKING
UGC NET
COMPUTER SC.
COURSES
Home
Computer Science
For the following definition, which of the given option is correct?
Question
For the following definition, which of the given option is correct?
int a[10];
A
a++;
B
a=a+1
C
*a++
D
*a[1]
Answer & Explanation
Option: [C]
*a+0 points to the a[0] location.
Next Question →