1.

Which function is used to calculate the norm of a complex number?(a) abs()(b) norm()(c) mod()(d) square_sum()This question was addressed to me in final exam.This intriguing question comes from Complex Library topic in portion Class Hierarchies, Library & Containers of C++

Answer»

Right ANSWER is (b) norm()

To EXPLAIN: HEADER provides norm() function to CALCULATE the norm of a complex number.



Discussion

No Comment Found

Related InterviewSolutions