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

Warning: include(./views/auth.php): failed to open stream: Permission denied in /var/www/html/live/loginRightSlider.php on line 18

Warning: include(): Failed opening './views/auth.php' for inclusion (include_path='.:/usr/share/php') in /var/www/html/live/loginRightSlider.php on line 18
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