Question: #include stdio.h > int main ( ) int a = 1 0 ; int b = 1 5 ; printf ( = % d

#include stdio.h>
int main()
int a=10;
int b=15;
printf("=%d",(a+1).(b=a+2));
printf("%d=",b);
return 0 ;
}
Select one:
a.=10=11
b.=1112=
C.=1011=
d.=11=12
 #include stdio.h> int main() int a=10; int b=15; printf("=%d",(a+1).(b=a+2)); printf("%d=",b); return

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!