0

Why we use stdio.h?

13th Jul 2016, 3:04 AM
durairaj
durairaj - avatar
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.
13th Jul 2016, 3:48 AM
Manu
0
Tqs frnds....
13th Jul 2016, 4:24 PM
durairaj
durairaj - avatar
0
all the data types are stored in it and so it has to be included.
14th Jul 2016, 9:59 AM
anmol
0
' include ( stdio. h) tells the compiler to include information about the standard input/ output library
21st Jul 2016, 12:39 PM
Roopa Sanjay
Roopa Sanjay - avatar
- 1
Headers vary from language to language. Since you're using c# and not c stdio.h is not a valid header.
13th Jul 2016, 4:52 AM
chaitanya guruprasad
chaitanya guruprasad - avatar
- 2
its not valid header
13th Jul 2016, 2:54 PM
Ashraf Choudhary
Ashraf Choudhary - avatar