Pregunta de entrevista de MathWorks

Matlab Question: What is the output when main is called? function x = main x = 0; nestfun1 function nestfun1 x = 5; end x = x + 1; end

Respuesta de la entrevista

Anónimo

8 jun 2021

MCQ answer choices

4