What will this program print? main()   {     int i = 2;     {       int i = 4, j = 5;  printf('%d %d', i, j);     }       printf('%d %d', i, j);   }   - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
7 followers study24x7 26 May 2021 02:19 PM study24x7 study24x7

What will this program print? main()   {     int i = 2;     {       int i = 4, j = 5;  printf("%d %d", i, j);     ...

See more

A

4525

B

2525

C

4545

D

None of the these

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles