

InterviewSolution
Saved Bookmarks
1. |
How to use functions of math.h |
Answer» Include math.h as a header file and u can use the functions it contains. These include sqrs( ),pow( ) , etc. | |