what is the full form of stdio. h
Answers
Answered by
16
Answer:
stdio. ... The header file stdio. h stands for Standard Input Output. It has the information related to input/output functions
Explanation:
please mark me as brainlist
Answered by
0
The Stdio.h full form is Standard input and output. It include information on input and output functions.
- C comes with a built-in header file called stdio. h.
- Standard Input and Output is the abbreviation for the term.
- Three variables, a number of defined functions, and a number of defined macros are all present in this header file.
- These macros, functions, and variables are therefore connected to C's input and output operations.
- When we use #includestdio.h> in our C programme, it implies that the stdio.h file, which contains the details for all functions related to input and output, is included in our source code.
- for Example printf, scanf etc. If you intent to use printf or scanf function in our program, we should include the stdio. h header file in our code.
#SPJ3
Similar questions