Change Password
Logout
Update Question
View
Question
<p>How is the 2nd element in an array accessed based on pointer notation?</p>
Option 1
<p style="text-align: left;">*a+2</p>
Option 2
<p>*(a+2)</p>
Option 3
<p>*(*a+2)</p>
Option 4
<p>&(a+2)</p>
Correct Answer
Option 1
Option 2
Option 3
Option 4
Submit
Design and Developed by
O7Solutions