What error will occur while running the following program? void main() { int i=j+5,j=6; printf(%d %d,i,j); }
Reveal answer
Fill a bubble to check yourself
What error will occur while running the following program? void main() { int i=j+5,j=6; printf(%d %d,i,j); }