Categories
Quizzes
Ranks
Article
FAQ
Toggle Sidebar
Indexing
Indexing
Accessing an element in a collection by its position.
Progress
0/1 solved
1 questions
Concept practice
0/1 answered
Question 1 of 1
Question 1
Which of the following statements is true about pointers and arrays in C++?
The name of an array is a pointer to the first element of the array.
You cannot use pointer arithmetic with arrays.
Pointers and arrays are the same in C++.
Arrays cannot be passed to functions using pointers.
Previous
Check answer