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

When should structures be passed by values or by references?

804


What is the role of this pointer?

745


difference between object file and executable file

6313


What is the modulus operator?

920


What is NULL pointer?

848


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2453


Are enumerations really portable?

782


What is malloc return c?

775


What is the best style for code layout in c?

818


Write a Program to find whether the given number or string is palindrome.

958


What is self-referential structure in c programming?

867


What are the scope of static variables?

809


What is a far pointer in c?

776


Why is c known as a mother language?

949


How can I write a function analogous to scanf?

871