摘要:
##1 理解test.c, 说出程序功能 #include <stdio.h> #include <stdlib.h> #include <fcntl.h> main() { int fd ; int newfd; char line[100]; fgets( line, 100, stdin ); 阅读全文
posted @ 2021-12-13 11:48
20191316王秋雨
阅读(21)
评论(0)
推荐(0)
摘要:
##1. Ubuntu下支持哪些C语言的排序算法,查找算法?你是怎么得到的?提交截图 针对下面的数组,调用Linux的 快速排序或二分查找算法。查找算法查自己的学号。 用随机数函数产生10个 1-1000之间的数存到一个数组int arr[11]中, arr[10] = 你学号的后三位。 #incl 阅读全文
posted @ 2021-12-13 11:42
20191316王秋雨
阅读(44)
评论(0)
推荐(0)
摘要:
-2147483647-1 == 2147483648U -2147483647-1 < -2147483647 -2147483647-1 < 2147483647 (unsigned)-2147483647-1 < 2147483647 上面四个表达式成立吗?为什么?并用C语言编程测试并提交运行 阅读全文
posted @ 2021-12-13 10:35
20191316王秋雨
阅读(129)
评论(0)
推荐(0)

浙公网安备 33010602011771号