#includestdio.h
struct student
{
int no;
char name[20];
}
void main()
{
struct student s;
s.no=8;
printf("sookshmaa");
}


Posted on by