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
How the c program is executed?
Explain what is the difference between a free-standing and a hosted environment?
How can I manipulate individual bits?
How many header files are in c?
Why flag is used in c?
Why clrscr is used in c?
What is the size of array float a(10)?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Compare array data type to pointer data type
What is the process to generate random numbers in c programming language?
What are logical errors and how does it differ from syntax errors?
What is the scope of an external variable in c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What does c mean in basketball?
Explain how can you check to see whether a symbol is defined?