What will be the output of the following program?
#includestdio.h

main()
{
struct student
{
int num = 11;
}var;

printf("%d", var.num);
}

Posted on by