1.

_ Consider the following code snippetlet succ = function(x) x+1, yes = function() true, no = function() false;What convenience does the above code snippet provide?$?

A. Functional behaviour
B. Modular behaviour
C. No convenience
D. Shorthand expression
Answer» B. Modular behaviour


Discussion

No Comment Found