Variables defined inside a function body are considered _____.

a. local
b. illegal
c. constant
d. format parameters
e. actual arguments

a. local

Computer Science & Information Technology

You might also like to view...

Which of the following is a valid variable declaration?

a. double const, temp; b. double const job, tempJob; c. double const job; tempJob; partTimeJob; d. fullJob, tempJob: int; e. double const = tempJob

Computer Science & Information Technology

What does it mean when a variable overrides another variable? 

What will be an ideal response?

Computer Science & Information Technology