#include <stdio.h>
#include <stdlib.h>

int main() {
    int arr[6] = {0}; //每个值默认0
    for(int i = 0; i < len; i ++)
        printf("%d\n",arr[i]);
    return 0;
}
输出
========================================
0 0 0 0 0 0

 

posted on 2019-08-10 19:10  你不知道的浪漫  阅读(1622)  评论(0编辑  收藏  举报