Question d’entretien chez 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

Réponse à la question d'entretien

Utilisateur anonyme

8 juin 2021

MCQ answer choices

4