#include <stdio.h>
#include <string.h>
struct Employee{
char name[90];
int age;
char department[90];
char city[90];
};
int main() {
printf("enter the name: ");
scanf("%s",&s1.name);
printf("enter the age of the person: ");
scanf("%d",&s1.age);
printf("enter the department: ");
scanf("%s",&s1.department);
printf("enter the city: ");
scanf("%s",&s1.city);
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: