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; }
4) int g( void ) { printf("Inside function g\n"); int h( void ) { printf("Inside function h\n" ); } } ** 5) Assume int b
-
answerhappygod
- Site Admin
- Posts: 899604
- 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!