1.

The sequence of allocation and deletion of variables for the following code is.

A. a->b, a->b
B. a->b, b->a
C. b->a, a->b
D. b->a, b->a
Answer» C. b->a, a->b


Discussion

No Comment Found