Q494
Which of the following is the correct syntax of declaring a complex number?
A.
complex variable_name<type>;
B.
complex<type> variable_name;
AnswerC.
Complex<type> variable_name;
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board