InterviewSolution
Saved Bookmarks
| 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() |
|