how many header file is in C language ?

Answer Posted / sai bharadwaj

the following are some of the header files in c:
#include<stdio.h>
#include<string.h>
#include<math.h>
#include<stdlib.h>
#include<floats.h>
#include<conio.h>
#include<time.h>
#include<limits.h>
#include<graphic.h>
#include<ctype.h>
#include<malloc.h>
#include<calloc.h>
#include<sound.h>
there are about 32 header files in c

Is This Answer Correct ?    65 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it better to use a macro or a function?

659


Why isnt there a numbered, multi-level break statement to break out

592


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

748


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

1908


How many levels of pointers can you have?

708






What is the use of structure padding in c?

567


Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80

2561


Why main is used in c?

593


Explain the difference between the local variable and global variable in c?

606


can we change the default calling convention in c if yes than how.........?

2037


Is fortran still used today?

608


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

587


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7413


what is the structure pointer?

1648


Where are some collections of useful code fragments and examples?

721