InterviewSolution
Saved Bookmarks
| 1. |
Which function is used to get the absolute of a complex number?(a) ret()(b) norm()(c) mod()(d) abs()I had been asked this question in an interview.My question is based upon Complex Library topic in portion Class Hierarchies, Library & Containers of C++ |
|
Answer» Correct OPTION is (d) ABS() |
|