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 are pointers really good for, anyway?

621


Explain how does flowchart help in writing a program?

636


What is a string?

670


What is nested structure?

578


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

581






Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

707


What is identifiers in c with examples?

680


What is c language in simple words?

598


What is the general form of #line preprocessor?

592


What is huge pointer in c?

589


What are the complete rules for header file searching?

680


What is the use of typedef in c?

592


Explain how do you sort filenames in a directory?

613


Which is better malloc or calloc?

656


What is #define in c?

624