c error: array must be initialized with a brace-enclosed initializer

C
int array[10] = { 0 };
Source

Also in C: