

InterviewSolution
Saved Bookmarks
1. |
Write any two library functions of stdlib.h. |
Answer» Two functions of stdlib.h are atoi() and itoa(). |
|