摘要: #include <stdio.h> #include <stdint.h> int main(void) { //指针的算术运算 int32_t numbers[] = {10, 20, 30, 40, 50, 60 ,70, 80, 90, 100}; int32_t* ptr = number 阅读全文
posted @ 2024-10-12 23:22 鸿寻 阅读(69) 评论(0) 推荐(0)