Question
If the "myName" variable is declared at global scope, which of the following statements will let you modify that global variable inside a function?
Select one:
a.
modify myName
b.
No special statement is needed to modify a global variable inside a function
c.
global myName
d.
immutable myName
Select one:
a.
modify myName
b.
No special statement is needed to modify a global variable inside a function
c.
global myName
d.
immutable myName
Answers
There are no human answers yet.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.