??? what is arr[i]

what is arr[i]
If i is an integer and arr is an array, then arr[ i ] gives you the ith element in the array.
Last edited on
array is stand for ? huhu

It might be a good idea to go through those tutorial pages right from the start.
http://www.cplusplus.com/doc/tutorial/
thank u, thank u so much Chervil n peter.... it is very stressful to create a program without knowing anything about C++ and as a beginner it is very hard <3
Last edited on
Topic archived. No new replies allowed.