执行break后,跳出最近的一个for循环语句。
创建一个数组,并分配空间。
int * a; a = (int *)malloc(sizeof(int) * 2);
C语言语法记录
原文:https://www.cnblogs.com/QQ2962269558/p/12770684.html