Q:

Which of the following is most valid statement?

0

Which of the following is most valid statement?


  1. int*matrix; .....; free(void) matrix;
  2. int*matrix; .....; if(matrix!=null) free(void*)matrix;
  3. Both A and B
  4. None of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

None of the above

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now
Assume the output... >>
<< Which is an indirection operator among the followi...