โช Choose the correct option.
What is the output of the following code?
include
void main()
{
int a=0, b=0;
a = (b =75)+9;
printf("
%d, %d ",a,b);
}
include
void main()
{
int a=0, b=0;
a = (b =75)+9;
printf("
%d, %d ",a,b);
}