Escape characters may be printed in C by prepending a backslash prefix to them. Example: [code]#include <stdio.h> int main() { printf("%c", ...
確定! 回上一頁