InterviewSolution
Saved Bookmarks
| 1. |
Which of the following syntax is used to convert any variable to its original type?(a) any_cast();(b) any_cast(variable_name);(c) (variable_name);(d) any_cast(variable_name); |
|
Answer» Right option is (d) any_cast Easiest explanation - The syntax used to convert the any variable to its original type is as follows: |
|