C语言:二十一 数组初始化memset

对数组初始化也可用memset:
memset(a,0,sizeof(a));

原文地址:https://www.cnblogs.com/wuqi1003/p/12239661.html