Respuesta :
Answer: D. Local variables are recognized by the main program
Explanation: Local variables can be accessed in the function that they are defined within .If you require the variables which should be accessible by every function in a particular program the they should be defined globally in the program . Therefore local variables are recognized by the main program throughout.
Answer:
d. Local variables are recognized by the main program.
Explanation:
Local variables are recognized by the main program, is a true statement.
However, message body in reachable by the main program, two methods can have the same header, and formal and actual parameters may have the same names are NOT true statements.