求此程序的运行结果 #include<stdio.h> int main() { printf("ab c\t de\rf\tg\n"); }
求此程序的运行结果 #include<stdio.h> int main() { printf("ab c\t de\rf\tg\n"); }
日期:2012-03-12 16:50:48 人气:2
/r是光标位置到行首
ab c被覆盖了
求此程序的运行结果 #include<stdio.h> int main() { printf("ab c\t de\rf\tg\n"); }