Q637
Which of the following syntax is used to convert any variable to its original type?
A.
any_cast<variable_name>();
B.
any_cast(variable_name);
C.
<original_type>(variable_name);
D.
any_cast<original_type>(variable_name);
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board