0

What is the mean by "eval()" ?

5th Feb 2017, 4:02 AM
Prakash Agarwal
Prakash Agarwal - avatar
2 ответов
+ 4
eval function converts the strings into integers. For example : eval("3" +"4") will give the result 34 and eval("3") + eval("4") will give the result 7. Hope this helps .
5th Feb 2017, 6:19 AM
Rishabh Agrawal
Rishabh Agrawal - avatar
0
Full name is "evaluate"
5th Feb 2017, 8:35 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar