What will be the output of the following set of codes after execution? void main() { printf(“%d %d %d ”,56,056,0x56); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following set of codes after execution? void main() { printf(“%d %d %d ”,56,056,0x56); }