Page 1 of 1

Which of the following is the correct syntax of declaring a complex number?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) complex variable_name<type>;
b) complex<type> variable_name;
c) Complex<type> variable_name;
d) Complex variable_name<type>;