Matrix

#define SIZE 4
int main(void) {
   int m[SIZE][SIZE];
   return 0;
}
Vote up this code2