What is the output of this program ? ]

void main()

{

int a=b=c=10;

a=b=c=50;

printf(“\n %d %d %d”,a,b,c);

 }

1
50 50 50
2
Compile Time Error 
3
10 10 10
4
Three Garbage Value

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation