4) int g( void ) { printf("Inside function g\n"); int h( void ) { printf("Inside function h\n" ); } } ** 5) Assume int b
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
4) int g( void ) { printf("Inside function g\n"); int h( void ) { printf("Inside function h\n" ); } } ** 5) Assume int b
4) int g( void ) { printf("Inside function g\n"); int h( void ) { printf("Inside function h\n" ); } } ** 5) Assume int b[ 10 ] = {0}, i; for (i = 0; i <= 10; i++) { b = 1; }
4) int g( void ) { printf("Inside function g\n"); int h( void ) { printf("Inside function h\n" ); } } ** 5) Assume int b[ 10 ] = {0}, i; for (i = 0; i <= 10; i++) { b = 1; }