-->
当前位置:首页 > 题库

单选题:C语言程序中,要使用数学库函数(例sqrt、sin等),需要在程序最前面加上包含文件的预处理命令( )

Luz5年前 (2021-05-10)题库1831
C语言程序中,要使用数学库函数(例sqrt、sin等),需要在程序最前面加上包含文件的预处理命令( ) @[C](1)

A. `#include `
B. ` #include `
C. `#include `
D. 不需要加什么




A.`#include `
B.` #include `
C.`#include `
D.不需要加什么


答案:C