adplus-dvertising
frame-decoration

Question

Automatic variables are variables that are

a.

Declared within the scope of a block, usually a function

b.

Declared outside all functions

c.

Declared with auto keyword

d.

Declared within the keyword extern

Posted under Functions C Programming

Answer: (a).Declared within the scope of a block, usually a function

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Automatic variables are variables that are