I\'ve been told that when we write int a[100] = {1};, the elements after 1 will be initialized to 0. But I didn\'t find out how this is done. (And
int a[100] = {1};
1