请问 在C语言中怎样输出下划线 谢谢

在C语言中怎样输出下划线 谢谢

第1个回答  2014-06-27
#include<stdio.h> main() {int i=95; printf("%c\n",i); }本回答被提问者采纳
相似回答