Which of the following header file defines the standard I/O predefined functions?
A)studio.h
B)math.h
C)string.h
D)ctype.h
Answers
Answered by
3
Answer:
The ctype. h header file of the C Standard Library declares several functions that are useful for testing and mapping characters. All the functions accepts int as a parameter, whose value must be EOF or representable as an unsigned char.
Similar questions