Page 1 of 1

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
by answerhappygod
4 Int G Void Printf Inside Function G N Int H Void Printf Inside Function H N 5 Assume Int B 1
4 Int G Void Printf Inside Function G N Int H Void Printf Inside Function H N 5 Assume Int B 1 (295.31 KiB) Viewed 17 times
4 Int G Void Printf Inside Function G N Int H Void Printf Inside Function H N 5 Assume Int B 2
4 Int G Void Printf Inside Function G N Int H Void Printf Inside Function H N 5 Assume Int B 2 (295.31 KiB) Viewed 17 times
find the error in the code
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; }