πŸ“Š JavaScript
Q. Consider the following code snippet :
Code:
var grand_Total=eval("10*10+5");
  • (A) 10*10+5
  • (B) 105 as a string
  • (C) 105 as an integer value
  • (D) Exception is thrown
πŸ’¬ Discuss
βœ… Correct Answer: (C) 105 as an integer value

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
186
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Indresh Gehalot
Publisher
πŸ“ˆ
91%
Success Rate