0
Why we use stdio.h?
6 Answers
+ 3
stdio.h is a header file in C library
std(standard) io (input output) .h (extension of header)
#include<stdio.h> is a statement which tells the compiler to insert the contents of stdio at that particular place.To use predefined functions, we have to include the corresponding header file in C.
0
Tqs frnds....
0
all the data types are stored in it and so it has to be included.
0
' include ( stdio. h) tells the compiler to include information about the standard input/ output library
- 1
Headers vary from language to language. Since you're using c# and not c stdio.h is not a valid header.
- 2
its not valid header