1.

Local variables _____

A. are created outside a block
B. are known only to that block
C. continue to exist when their block ends
D. are illegal in C++
Answer» C. continue to exist when their block ends


Discussion

No Comment Found