C語言格式化輸出數據類型的簡寫

char printf("%c",'a');float

short printf("%hd",4);printf

int printf("%d",3);

long printf("%ld",49);

float printf("%f",4.77);

double printf("%lf",3.1345);

相關文章
相關標籤/搜索