|
Answer» What is the OUTPUT of the following PROGRAM? #INCLUDE 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 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 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 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 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 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 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=_
|