Domanda di colloquio di 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

Risposta di colloquio

Anonimo

8 giu 2021

MCQ answer choices

4