Why Doesnt This code work in Linux??



main()
{
int a[3][4] = {1,2,3,4,
5,6,7,8,
0,9,1,6
};