

InterviewSolution
Saved Bookmarks
1. |
What can you do with the eval function? |
Answer» Eval(s) evaluates an expression contained in a string s and returns the resulting object. |
|