Computer Science, asked by gurbhejsidhu174, 6 months ago

what is the full form of stido.h?​

Answers

Answered by Anonymous
2

Answer:

The header file stdio. h stands for Standard Input Output. It has the information related to input/output functions.

Answered by Anonymous
1

Stdio.h is a header file that can be used in c programming. It's full form standard input output. In c programs, we use printf and scanf function. Printf function can be used for output and scan function can be used for taking input to the user.

Similar questions