Quick Quiz!
Let's test your understanding by solving a quiz in this lesson.
Technical Quiz
1.
The legal indexes of the character array arr={'a','r','b','e'}
are:
A.
a,r,b,e
B.
1,2,3,4
C.
0,1,2,3
D.
‘a’,‘r’,‘b’,‘e’
1 / 5
Let's test your understanding by solving a quiz in this lesson.
The legal indexes of the character array arr={'a','r','b','e'}
are:
a,r,b,e
1,2,3,4
0,1,2,3
‘a’,‘r’,‘b’,‘e’