c語言輸出函數

#include<stdio.h> #include<stdlib.h> /** 輸出函數 printf("你要輸出的內容"); %d - int %ld - long int %c - char %f - float %u – 無符號數 %hd – 短整型 %lf –double %x – 十六進制輸出int 或者long int 或者short int %o - 八進制輸出
相關文章
相關標籤/搜索