โช Choose the correct option.
Predict the output of following “C” code:
main()
{
int x,a=10;
x=9*5+ 7/3 -6+a;
printf("%d",x);
}
main()
{
int x,a=10;
x=9*5+ 7/3 -6+a;
printf("%d",x);
}
main()
{
int x,a=10;
x=9*5+ 7/3 -6+a;
printf("%d",x);
}