C语言之Const修饰指针
摘要:#include <stdio.h>#include <stdlib.h>#include <string.h> #define _CRT_SCURCE_NO_WARINGSint main(){ //const 修饰指针 int x = 10; printf("未被指针修改之前的x的值:%d \n
阅读全文
posted @ 2020-12-23 13:28
posted @ 2020-12-23 13:28
posted @ 2020-12-23 13:17
posted @ 2020-12-23 12:55
posted @ 2020-12-16 20:58
posted @ 2020-12-16 17:28