What will be the output of the following program : void main() { printf("%d %d %d",5,!5,25-!25); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following program : void main() { printf("%d %d %d",5,!5,25-!25); }