What will be the output of the following C program?
#includestdio.h
struct employe
{
int id;
char rank[5];
}
void main()
{
struct employe e;
s.no = 30;
printf("howdy"):
}


Posted on by