Computer Science, asked by jenifertry01, 5 months ago


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 Anonymous
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