take this statement
it makes a pointer to store the address of the first integer and the 5 integers are created seperately, and next to each other in memory
is that correct?
Code:
int eof[5];
is that correct?
