#include <iostream> #include <conio.h> using namespace std; main() { // katar okumak char deneme[30]; int x; cout << "bisiler yazinizn"; // gets cin le aynı işlevi görür gets(deneme); for(x=0;x<=deneme[x];x++) cout << deneme [x] << "n"; getch(); return 0; }