What will be the output of the following program : void main() { unsigned int val=5; printf("%u %u",val,val-11); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following program : void main() { unsigned int val=5; printf("%u %u",val,val-11); }