suppose we have int y 10 To access the 4th element of the array-03119
suppose we have int y[10]; To access the 4th element of the array we write __________
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.3.
suppose we have int y[10]; To access the 4th element of the array we write __________
y[4];
y[3];
y[2];
none of given