What is the output of this program?void main (){int a;a=100>>90>>80;printf("%d",a);} options are 0 1 error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the output of this program?void main (){int a;a=100>>90>>80;printf("%d",a);} options are 0 1 error

16th Feb 2017, 1:02 PM
Iswarya
Iswarya - avatar
2 Answers
+ 1
0
16th Feb 2017, 11:07 PM
Geoffrey Casper
Geoffrey Casper - avatar
- 1
error
8th Mar 2017, 5:55 PM
Bhaskar
Bhaskar - avatar