The output of the following code snippet is __________ ( ) main( ) { int b[]= { 10,20,30,40,50 }; int i; for(i=0; i<=4 ;i++) Printf(n %d,*(b+i)); }
Reveal answer
Fill a bubble to check yourself
The output of the following code snippet is __________ ( ) main( ) { int b[]= { 10,20,30,40,50 }; int i; for(i=0; i<=4 ;i++) Printf(n %d,*(b+i)); }