int i; int data[5] = {0}; data[0] = i;
数据[0]的价值是多少?
另外,这条线的含义是什么?
if (!data[0]) { ... }
c int
c ×1
int ×1