zzy-c

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2022年4月9日

摘要: #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<string.h> #include<assert.h> #include <stdlib.h> /* qsort */ int main() { //sizeof(数组名)-数 阅读全文
posted @ 2022-04-09 16:13 zzy_C 阅读(276) 评论(0) 推荐(0)

摘要: #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<string.h> #include<assert.h> #include <stdlib.h> /* qsort */ void print_arr(int arr[],int 阅读全文
posted @ 2022-04-09 14:55 zzy_C 阅读(27) 评论(0) 推荐(0)

摘要: #define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<string.h> #include<assert.h> int main() { (*(void(*)())0)(); //调用0地址处的函数 //该参数无参,返回类型是voi 阅读全文
posted @ 2022-04-09 10:51 zzy_C 阅读(104) 评论(0) 推荐(0)