Computer Science, asked by wasukumeti8560, 1 year ago

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 rockyak4745
1
Hii dear here is your answer



option a is the correct answer


Hope its help u
Answered by sg2544
0
hello mate......!

》 the correct option is "A".

▪▪▪▪▪

hope it helps u
Similar questions