The character '\n' is the NEWLINE character and acts like a line break. ... #include <stdio.h> int main() { int a = 72; char b = 'A'; printf("a equals %d ...
確定! 回上一頁