首页
使用库函数pow所需的文件包含命令是()。
2024-08-04 12:06:54
高级语言程序设计(一)(00342)
使用库函数pow所需的文件包含命令是()。
【正确答案】:#include
(或#include "math.h" )
上一篇:
若二进制数为1111.101,则相应的十进制数为( )。
下一篇:
设struct std {char name[20];char sex; int age;}; struct std s[10]