MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code snippet :var Total=eval("5*5+10"); |
| A. | 35 as an integer value |
| B. | 35 as a string |
| C. | Exception is thrown |
| D. | 5*5+10 |
| E. | None of these |
| Answer» B. 35 as a string | |