Find the output of the following C program:
main(){int a[5]={2,3};printf(%d%d%d,a[2],a[3],a[4]);}
Reveal answer
Fill a bubble to check yourself
Find the output of the following C program:
main(){int a[5]={2,3};printf(%d%d%d,a[2],a[3],a[4]);}