The printf function is not part of the C language, because there is no input or output ... #include<stdio.h> main() { int a,b; float c,d; a = 15; b = a / 2; ...
確定! 回上一頁