

InterviewSolution
Saved Bookmarks
1. |
Write any two math.h library functions. |
Answer» sqrt() and pow() are two libarary functions of math.h. |
|