1.

What will be the sequence of allocation and deletion of variables in the following C code?

A. var->num, num->var
B. var->num, var->num
C. num->var, var->num
D. num->var, num->var
E. None of these
Answer» D. num->var, num->var


Discussion

No Comment Found

Related MCQs