Generation

generate functionWed, 05 Apr 2023

Programa en c un codigo que genere la curp

void curp(){ char name[20]; char lastname[20]; char p[3]; int d; int y; int h[2]; char g; char m[3]; char n[4]; char v[4]; char s[2]; printf("Ingrese su nombre: "); scanf("%s",&name); printf("\nIngrese su apellido paterno: "); scanf("%s",&lastname); printf("\nIngrese su apellido materno: "); scanf("%s",&p); printf("\nIngrese su fecha de nacimiento: "); scanf("%d/%d/%d",&d,&m,&y); printf("\nIngrese su hora de nacimiento: "); scanf("%d:%d",&h,&n); printf("\

Questions about programming?Chat with your personal AI assistant