Hey guys

when i am declaring variables for an array:

eg:

int i, risk, value, totalno[6]={0};

what does the {0} means?