200k views
5 votes
Additional local variables can be defined in the local declaration section of a function.

A. True
B. False

User Susitha
by
8.2k points

1 Answer

2 votes

Hello!

Answer:

The answer is A. True.

Explanation:

Local variables are variables that are declared within a function. They can only be accessed within that function, and they are destroyed when the function exits.

User TheHe
by
7.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.