摘要: // Online C compiler to run C program online #include <stdio.h> int main() { int arr[3] = {1, 2, 3}; printf("addr of arr : %p\n", arr); printf("&arr o 阅读全文
posted @ 2024-06-08 22:21 stitchCat 阅读(10) 评论(0) 推荐(0)