how many header file is in C language ?

Answer Posted / vishal rana

#include<stdio.h>
#include<conio.h>
#include<math.h>
#include<string.h>
#include<malloc.h>
#include<process.h>
#include<time.h>
#include<calloc.h>
#include<graphic.h>
#include<limits.h>

Is This Answer Correct ?    34 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is register variable in c language?

596


What is the maximum no. of arguments that can be given in a command line in C.?

662


What is the difference between text and binary i/o?

586


What do you mean by command line argument?

636


Why do we use pointer to pointer in c?

593






Differentiate fundamental data types and derived data types in C.

606


can we have joblib in a proc ?

1650


Explain how do you list files in a directory?

611


What is the function of this pointer?

667


Why we use int main and void main?

533


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

754


Which are low level languages?

629


Hai what is the different types of versions and their differences

1484


How can you determine the maximum value that a numeric variable can hold?

633


What are external variables in c?

543