I bet you were missing me,

I have a problem with my 2D array as it seems to have random values in certain places...

Code:
//definition:
char board[3][3];
Then when I output certain parts of it to where they should go I get random characters instead of blankness.