# include<stdio.h>
# include<stdlib.h>
# include<string.h>
char dati();
int main()
{
char dati( );
char nome[15];
char cognome[15];
printf("Inserisce il tuo nome \n");
scanf("%s",nome);
printf("Il nome e :%s \n",nome);
printf("Inserice il Cognome\n");
scanf("%s",cognome);
printf("il Cognome e :%s\n",cognome);
system("pause");
return 0;
}
Nessun commento:
Posta un commento