Question: nt i; hort int** array; nt row =25; nt col=10; f ( NULL ==(array=( short int ) malloc (row * sizeof (short int ))) )

nt i; hort int** array; nt row =25; nt col=10; f ( NULL ==(array=( short int ) malloc (row * sizeof (short int ))) ) exit (1); f ( NULL ==(array[0]=( short int*) malloc( row * col * sizeof ( short int) )) ) exit(1) ; or (i=1;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
