Q508
What is the correct syntax of constructing any using assignment operator?
A.
any variable_name = value;
B.
any variable_name(value);
AnswerC.
any variable_name;
variable_name = value;
variable_name = value;
D.
any <type>variable_name = value;
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board