What will be the output of the following function?
main() { int a[10]; printf(%d,*a+1-*a+3); }
Reveal answer
Fill a bubble to check yourself
What will be the output of the following function?
main() { int a[10]; printf(%d,*a+1-*a+3); }