MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code snippet :var tensquared = (function(n) {return n*n;}(100));Will the above code work ? |
| A. | Memory leak |
| B. | Exception will be thrown |
| C. | Error |
| D. | Yes |
| E. | None of these |
| Answer» E. None of these | |