c语言所运用到的函数
C语言中常用的函数有:
- 输入输出函数:printf、scanf、puts、gets、putchar、getchar等。
- 数学函数:sqrt、sin、cos、tan、log、exp等。
- 字符串处理函数:strlen、strcmp、strcat、strcpy、strchr、strstr等。
- 内存操作函数:memset、memcpy、memmove、memcmp等。
- 时间日期函数:time、localtime、asctime等。
- 文件操作函数:fopen、fclose、fread、fwrite、fseek等。
- 动态内存分配函数:malloc、calloc、realloc、free等。
- 数组操作函数:qsort、bsearch等。
- 随机数函数:rand、srand等。
- 系统调用函数:system、exit等。
原文地址: https://www.cveoy.top/t/topic/ecv2 著作权归作者所有。请勿转载和采集!