main ()
{
int a=2,b=1,c,d;
c=a<b;
d= (a>b)&& (c<b);
printf("c =%d, d=%d\n", c, d); solution of this function
Answers
Answer:
What is the output of the following program? #include <stdio.h> int main() { int a = 2, b, c, d; a = a+2; C = a*2 + 3 b = c%4; d = a+b*2; printf("a=%d, b=%d, c=%d , d = %d\n", a, b, c, d); return 0; a = _, b = _ , C=_ , d=_
What is the output of the following program? #include <stdio.h> int main() { int a = 2, b, c, d; a = a+2; C = a*2 + 3 b = c%4; d = a+b*2; printf("a=%d, b=%d, c=%d , d = %d\n", a, b, c, d); return 0; a = _, b = _ , C=_ , d=_
What is the output of the following program? #include <stdio.h> int main() { int a = 2, b, c, d; a = a+2; C = a*2 + 3 b = c%4; d = a+b*2; printf("a=%d, b=%d, c=%d , d = %d\n", a, b, c, d); return 0; a = _, b = _ , C=_ , d=_
What is the output of the following program? #include <stdio.h> int main() { int a = 2, b, c, d; a = a+2; C = a*2 + 3 b = c%4; d = a+b*2; printf("a=%d, b=%d, c=%d , d = %d\n", a, b, c, d); return 0; a = _, b = _ , C=_ , d=_
What is the output of the following program? #include <stdio.h> int main() { int a = 2, b, c, d; a = a+2; C = a*2 + 3 b = c%4; d = a+b*2; printf("a=%d, b=%d, c=%d , d = %d\n", a, b, c, d); return 0; a = _, b = _ , C=_ , d=_
What is the output of the following program? #include <stdio.h> int main() { int a = 2, b, c, d; a = a+2; C = a*2 + 3 b = c%4; d = a+b*2; printf("a=%d, b=%d, c=%d , d = %d\n", a, b, c, d); return 0; a = _, b = _ , C=_ , d=_
What is the output of the following program? #include <stdio.h> int main() { int a = 2, b, c, d; a = a+2; C = a*2 + 3 b = c%4; d = a+b*2; printf("a=%d, b=%d, c=%d , d = %d\n", a, b, c, d); return 0; a = _, b = _ , C=_ , d=_