name the header files to which following built in function belong.
1) getchar () 2) putchar ()
Answers
Answer:
1. Getchar is the header files built in function.
Answer:Pre-existing title files
Stoner- defined title files
Explanation:getch () function reads character from keyboard. getche () function reads character from keyboard and echoes to o/ p screen. getchar () function reads character from keyboard. putc () function writes a character to file. putchar () function writes a character to screen. printf () function writes formatted data to screen.
Title lines are helping train of your C program which holds the delineations of colorful functions and their associated variables that needs to be imported into your C program with the help ofpre-processor#include statement. All the title train have a'. h'an extension that contains C function protestation and macro delineations. In other words, the title lines can be requested using the preprocessor directive#include. The dereliction title train that comes with the C compiler is thestdio.h.
#SPJ3