printing a tab. Code: [View]. #include <stdio.h> int main() { char c = ' '; /* I typed tab here */ printf("a%ca\n", c); return 0; }.
確定! 回上一頁