4) int g( void ) { printf("Inside function g\n"); int h( void ) { printf("Inside function h\n" ); } } ** 5) Assume int b
Posted: Mon Jun 06, 2022 5:09 pm
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; }