answersLogoWhite

0

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.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Is it stdioh in c stores source code of program?

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


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).


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


A program in c to copy text file?

File Operations in C are accomplished by the use of pointers.Pointers are use to point to a particular memory location.File are read and written by using file pointers.The Keyword FILE is used to declare a file pointer.The Complete Program for writing text to a file and saving it and copying it to a new location is given at http://c-madeeasy.blogspot.com/2011/07/program-in-c-to-write-data-to-file-and.html


Why program consists more than one object file in c?

why does a program consists of more than one object file in c++


Write a C program to extract a given word from a file?

program to extract a given word from a file


You want a file handling c program?

yes


How do you load a program in turbo c?

File/Open


What are the file created after c file is save?

Having saved the source file (*.C), you can compile it into an object module (*.OBJ), then link an executable program (*.EXE)


What is multi file program in c?

The source code for the program is in many files verse being all in one file, I should think.