What will be the output of the following program : void main() { printf("%d",!(100==100)+1); }
100
0
1
2