how many header file is in C language ?
Answer Posted / ashish kumar
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
#include<math.h>
#include<graphic.h>
#include<string.h>
#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>
Above list are few header file in C. And many more header
file in C language.
| Is This Answer Correct ? | 155 Yes | 41 No |
Post New Answer View All Answers
What does it mean when the linker says that _end is undefined?
Why can't I perform arithmetic on a void* pointer?
Explain what is a static function?
Why pointers are used in c?
Can we change the value of constant variable in c?
What does c mean in basketball?
What type of function is main ()?
What is nested structure with example?
What is 02d in c?
What is zero based addressing?
What is meant by initialization and how we initialize a variable?
What is the description for syntax errors?
Write a program for Overriding.
What are the types of data structures in c?
What are pragmas and what are they good for?