C语言字符常量 - #include stdio.hint main() {printf(Hello\\tWorld\\n\\n);return 0;
编程学习网为您整理以下代码实例,主要实现:C语言字符常量,希望可以帮到各位朋友。
C语言字符常量 -
#include <stdio.h>
int main() {
printf("Hello\tWorld\n\n");
return 0;
}
// ------------------------------------------------------------------------
// ------------------------------------------------------------------------