answersLogoWhite

0

stdio.h files are used in c ,because "stdio" stands for standard Input and Output files .these headers is connect i/o device to the compiler

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the use of stdioh in c?

It can be included into your source.


What is the use of stdioh in c language?

It can be included into your source.


What is the use of using stdioh?

It can be included into your source.


What is difference between stdioh and stdioh?

The latter is better.


What is the use of stdioh in C programs?

stdio.h is a header file that is a part of the standard C library. It contains a number of routines used for standard input (usually from the keyboard) and output (usually to the console/terminal).


Is it stdioh in c stores source code of program?

No. That's a header file used for input and output.


How do you rectify the error unable to open stdioh in turbo c?

Options/Compiler/Directories/Include - set the path of the include files.


Which library file contain the definition of stdioh and conioh header file function definition in C language?

Platform dependent, possibly LIBC.LIB or something like that.


Why is stdioh file used in c program?

The stdio.h file is used in c programs in order to import declarations of important functions and constants that are useful in doing input/output, using the library facilities of the compiler.


What is the difference between stdioh and conioh?

Their name, content and function.


Can i use both stdioh and iostream in single program?

Yes, you can use both <stdio.h> and <iostream> in a single C++ program. However, it's generally advisable to stick to one style of I/O to maintain consistency and avoid potential confusion. If you choose to mix them, remember that <stdio.h> functions use C-style I/O, while <iostream> provides C++-style I/O. Just be sure to manage the different buffering mechanisms appropriately.


Is it necessary to include stdioh header file in a C compiler if you use printf function in your code?

### posted by Pulkit and Puneet from D.Y.Patil college/pune The ans is NO......... bcoz c compiler already contains the basic functions of STDIO.H in its code segment. ok guys..... ### posted by Pulkit and Puneet from D.Y.Patil college/pune The ans is NO......... bcoz c compiler already contains the basic functions of STDIO.H in its code segment. ok guys.....