Determine output of the following program code.
#include void main() { int a, b=7; a = b<4 ? b<<1 : ++b>4 ? 7>>1 : a; printf("%d %d", a, b); }
A.43166
B.43284
C.43315
D.43167
Answers
Answered by
1
Hii dear here is your answer
option a is the correct answer
Hope its help u
option a is the correct answer
Hope its help u
Answered by
0
hello mate......!
》 the correct option is "A".
▪▪▪▪▪
hope it helps u
》 the correct option is "A".
▪▪▪▪▪
hope it helps u
Similar questions
History,
7 months ago
Music,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago