sqrt是c語言保留字嗎?
sqrt不是c語言保留字。sqrt是c語言數學函數庫里面的一個函數,它的功能是求一個數的算術平方根。
C語言的保留字是以下這些:
int,long,short,float,double,char,unsigned,signed,const,void,volatile,enum,struct,union,if,else,goto,switch,case,do,while,for,continue,break,return,default,typedef,auto,register,extern,static,sizeof