指针访问数组元素

#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编辑  收藏  举报