Name the header files to which the following built-in functions belong:
1) sqrt()
2) isalnum()
3) strcpy()
4) putchar()
Answers
Answered by
1
Answer:
if it is in c
Explanation:
#include<iostream>
#include<stdio.h>
#include<ctype.h>
can be used
Similar questions