To output an integer, use %d in the format string, and an integer expression in ... #include <stdio.h> int main() { int i; float f; char c; printf("Enter an ...
確定! 回上一頁