what is stdio.h in c language
Answers
Answered by
1
stdio.h means Standard Input Output. It contains functions related to the input/output operations like printf, scanf, getchar() etc.Here .h extension refers to the header file.
Answered by
0
This means Standard Input Output.
Explanation:
- This corresponds to standard I/O in C language which may be specified in components such as printf() and scanf().
- The header directory or file uses programmes to connect the material to access and show the performance. Providing abstraction seems to be a feature in C language.
- The stdio.h specifies 3 categories of variables, various macros as well as numerous functions for incoming and outgoing processing.
Learn more:
https://brainly.in/question/5763078
https://brainly.in/question/2073575
Similar questions