I have the following array that has another array inside.
Is it possible to access the array[JNI] within the student_list[] array. I have tried the following:
student_list[][JNI]
It does not work.
How can I access the JNI array?
I have the following array that has another array inside.
Is it possible to access the array[JNI] within the student_list[] array. I have tried the following:
student_list[][JNI]
It does not work.
How can I access the JNI array?