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

Does c have an equivalent to pascals with statement?

580


What is a union?

619


What is meant by initialization and how we initialize a variable?

595


The statement, int(*x[]) () what does in indicate?

661


What is C language ?

1539






Which built-in library function can be used to match a patter from the string?

755


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1194


Once I have used freopen, how can I get the original stdout (or stdin) back?

633


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1936


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15067


How can I copy just a portion of a string?

829


What is context in c?

547


What is adt in c programming?

627


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

661


Is there sort function in c?

587