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
write a program to display all prime numbers
What is the significance of scope resolution operator?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
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 is struct node in c?
write a program to generate address labels using structures?
Compare interpreters and compilers.
What the different types of arrays in c?
Explain how do you override a defined macro?
Is there a way to jump out of a function or functions?
can any one provide me the notes of data structure for ignou cs-62 paper
What is #include called?
What is identifier in c?
What do you mean by Recursion Function?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none