#include <stdio.h> #include <conio.h> int main(void){ char x[100]; int y; printf("enter letters:\n"); for(y=0;y<100;y++) { x[y]=getche(); if(x[y]=='\r') break; } for(y=0;x[y]!='\r';y++) printf("%c ",x[y]); return 0; }
#include <stdio.h> #include <conio.h> int main(void){ char x[100]; int y; printf("enter letters:\n"); for(y=0;y<100;y++) { x[y]=getche(); if(x[y]=='\r') break; } for(y=0;x[y];y++) printf("%c ",x[y]); return 0; }
使用道具 舉報
本版積分規則 發表回復 回帖後跳轉到最後一頁
小黑屋|手機版|Archiver|code.club
GMT+8, 2024-11-22 05:57 , Processed in 0.071158 second(s), 17 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.