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
what are enumerations in C
What is a structure member in c?
What is c programming structure?
Why clrscr is used in c?
What are pointers? Why are they used?
What is the difference between class and object in c?
What is the easiest sorting method to use?
Why is c called a structured programming language?
What are the c keywords?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
How many data structures are there in c?
Why do we use stdio h and conio h?
What is an arrays?
Explain enumerated types.
Tell me can the size of an array be declared at runtime?