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!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 1
0
16th Feb 2017, 11:07 PM
Geoffrey Casper
Geoffrey Casper - avatar
- 1
error
8th Mar 2017, 5:55 PM
Bhaskar
Bhaskar - avatar