Consider the following code snippet :
var tensquared = (function(x) {return x*x;}(10));
Will the above code work ?
A.Yes, perfectly
B.Error
C.Exception will be thrown
D.Memory leak
Answers
Answered by
0
the answer is C number
Similar questions
Music,
7 months ago
Science,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Math,
1 year ago