摘要: #include <stdio.h> int *p = (int[]){8, 7}; // creates an unnamed static array of type int[2] // initializes the array to the values {2, 4} // creates 阅读全文
posted @ 2021-10-28 18:00 Joynic 阅读(190) 评论(0) 推荐(0) 编辑