C学习小记
c历史上保持尽量少的关键字
#include <iso646.h> and && or || not !
#include <ctype.h>
字符判断函数 isalpha() islower() toupper() isalnum() isspace()
pow(2,3) =8
sqrt()
fabs()
bool C++里有 c要用的话,需#include<stdbool.h>
scanf() 里最好不要用\n
Stay hungry
Stay foolish