C Arrays Questions and Answers
Practice ModeShowing 10 of 50 questions
Q1
What does the following declaration mean?
int (*ptr)[10];
Answer: Option B
Q2
In C, if you pass an array as an argument to a function, what actually gets passed?
Answer: Option C
Q3
Array is used to represent
Answer: Option D
Q4
Array name is
Answer: Option C
Q5
One-dimensional array is known as
Answer: Option A
Q6
The array elements are represented by
Answer: Option B
Q7
Array elements occupy
Answer: Option A
Q8
The address of the starting element of an array is
Answer: Option C
Q9
Identify the wrong statement
Answer: Option D
Q10
Arrays subscripts in C always start at
Answer: Option B