Generation

generate functionSat, 15 Jul 2023

GENERAR TIKET DE BANCO EN DOLARES Y SOLES

struct Direccion{ char calle[20]; int numero; char ciudad[20]; char pais[20]; }; struct Empleado{ char nombre[20]; char apellido[20]; int sueldo; Direccion direccion; }

Want to kickstart your project?Use the new AI Studio to create your code