![Buf Buf]()
#include< stdio.h> int main(无效) { char buf [ 32767]; fgets(buf,sizeof buf,stdin)&& fputs(buf,stdout); 返回0; } - Richard Heathfield Usenet是一个奇怪的地方 - dmr 29/7/1999 http://www.cpax.org.uk 电子邮件:rjh在上述域名中, - www。 The printf function is a function, not a statement. The question you ask has no merit. Quotation marks are freely available.Even mainframes have them. So there is no reason not to use them. Still,just to show willing, the following program will print up to the first32765 characters of any name you care to give it: #include <stdio.h> int main(void){char buf[32767];fgets(buf, sizeof buf, stdin) && fputs(buf, stdout);return 0;} --Richard Heathfield"Usenet is a strange place" - dmr 29/7/1999 http://www.cpax.org.ukemail: rjh at the above domain, - www. 这篇关于abt c的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-27 16:37