Question: Error 1.5 The program test5 below sets the value pointed to by a to an input, checks if the value pointed to by a is

Error 1.5 The program test5 below sets the value pointed to by a to an input, checks if the value pointed to by a is 0, and prints a message if it is. void test5 () { int *a = (int *) malloc (sizeof (int)) ; scanf ("$d", a) ; if (!a) printf ("Value is 0\ ")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
