However can there be 32*32 numbers in boolean array, and in integer? I mean can it be something like this:

{1,2,3...32}
{34,35,36...64}
...
{31*32,31*32+1,31*32+2...32*32}

=O

Also how does array work in general? And how do I check value of array? And what if I want to just change value of 5th line 3rd place number? How do I do that?