Programming multiple NODE for CAN BUS SHEILD ?

INT8U buf[8]= {0, 0, 0, 0, 0, 0, 0, 0};         // you should init it first

Could you explain to me why must be {0, 0, 0, 0, 0, 0, 0, 0} ?