Find the error(s) in each of the following statements:
a) Assume: char str[ 5 ]; scanf( "%s", str ); // User types hellob) Assume: int a[ 3 ]; printf( "$d %d %d\n", a[ 1 ], a[ 2 ], a[ 3 ] );c) double f[ 3 ] = { 1.1, 10.01, 100.001, 1000.0001 };d) Assume: double d[ 2 ][ 10 ];d[ 1, 9 ] = 2.345;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.