函式原型:printf(const char *format,[argument]);例如:[cpp] view plain copyint a=1,b=2; printf("a=%d,b=%d",a,b); 輸出:[cpp] view.
確定! 回上一頁