

InterviewSolution
Saved Bookmarks
1. |
When is mathematical function “fabs()” used in C++? |
Answer» The fabs() mathematical function is used to return the absolute value of the given argument. |
|