#include <stdio.h>
#include <locale.h>
int main0206(){
setlocale(LC_ALL,"Turkish");
// Bildir
char s[10];
// Tan�mla
char s2[10]="Godoro";
// Tara
printf("Sicim girin:");
scanf("%s",s);
// Bas
printf("%-20s",s);
return 0;
}
Dosyayı İndir