Pergunta de entrevista da empresa 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

Resposta da entrevista

Sigiloso

8 de jun. de 2021

MCQ answer choices

4