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