Which of the following is the correct syntax of declaring a complex number?
Which of the following is the correct syntax of declaring a complex number? Correct Answer complex<type> variable_name;
The correct syntax of declaring a complex number object is complex