Local variables have ________ duration.

a) local
b) global
c) automatic
d) static

c) automatic

Computer Science & Information Technology

You might also like to view...

All PowerPoint 2013 features are fully supported when saved as an OpenDocument presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

Since variables declared within a try or catch block are local to that block, the variable goes out of scope when the try or catch block ends.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology