Problemas
What does the term "calling a function" mean? Defining the function Creating a variable inside the function Executing the function by using its name Declaring a parameter
Roztwór
Felicia
professionell · Tutor durante 6 años
4.5
(281 Votos)
Respuesta
The correct answer is: Executing the function by using its name.Calling a function means invoking or executing the function by using its name. This allows the code within the function to be executed and perform its intended task.