What will be the output of the following program?

1.5 What will be the output of the following program?
main()
{
int a;
printf(“%d”,a);
}
A) 0
B) 1
C) Error
D) Unpredictable Value


Leave a Reply