Name the header file that is required for the following :
(i) abs ( )
(ii) strcmp ( )
(iii) clrscr ( )
(iv) tolower ( )
Answers
Answered by
2
Explanation:
(1) math.h
(2) string.h
(3) conio.h
(4) ctype.h
Similar questions