C Programming MCQ

1:

Which of the following is most appropriate?

A.

int*matrix; .....; free(void) matrix;

B.

int*matrix; .....; free (matrix);

C.

int*matrix; .....; if(matrix!=null) free(void*)matrix;

D.

None fo these

 

Answer : D

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.