answersLogoWhite

0

It can be included into your source.

User Avatar

Wiki User

12y 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.


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.


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.


Why you are use to c language?

I do use am a programmer, because C-language.


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

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


What is the use of loader in c language?

There is no part called 'loader' in C language.


How do you write a programme in c language using arrays to copy diagonal elements of a 2-d array into a 1-d array?

TO use a c language first step is to know about the c language and the steps to use the c progrmming language with the help of any elders or with the teachers. TO use the arrays you have to get th eknowledge of "c" language


Which compiler you must use to run C language?

To run C language?! Your question makes no sense.


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.