answersLogoWhite

0

Commonly used includes file in C?

User Avatar

SamanthaSegui

Lvl 1
15y ago
Updated: 8/18/2019

Some of them: stdio, stdlib, stddef, string, stdarg, signal.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Library functions in C programming?

They are very important. The most commonly used functions are the string and file handling ones.


What is a scatter file in c or c plus plus programming?

Scatter File is a linker script file used by RVCT/Keil for ARM processors. It is used by arm linker.


When is an object file in c used?

When you write a compiler, assembler or linker in C.


Which class is used to define the controls in c sharp?

.Ascx class file is used to define the controls in c#


What is the C complier that is commonly used on Linux?

The GNU C Compiler (GCC).


Why you write include in c plus plus?

The #include statement in C and C++ is used to incorporate (include) a file in the compilation unit at the point where the #include statement is encountered. It is used to incorporate commonly used files, often (but not always) rarely changed files, so that the developer does not need to incorporate common code more than once in a project.


What is a cs file?

It's a C# file. C Sharp File


What header file used in c code to directly access the printer?

No such thing in standard C library.


What is mean by file in c?

A file in C means a file found in your computer's C Drive. Start > My Computer > C Drive


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


Which function is used to determine the position of the put pointer in a file in c plus plus?

The function ftell returns the position of the file pointer for a file.


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.