What would be the output of the following?
main() { int val1=1234; int val2=01234; printf(%d %d,val1,val2); }
Reveal answer
Fill a bubble to check yourself
What would be the output of the following?
main() { int val1=1234; int val2=01234; printf(%d %d,val1,val2); }