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 is echo in c programming?
What is function what are the types of function?
Explain heap and queue.
What will the preprocessor do for a program?
Where are c variables stored in memory?
Write a program to swap two numbers without using a temporary variable?
What does s c mean on snapchat?
How many types of operators are there in c?
What is the difference between formatted&unformatted i/o functions?
How reliable are floating-point comparisons?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Where static variables are stored in c?
Explain how can you determine the size of an allocated portion of memory?
How can I read and write comma-delimited text?
What is anagram in c?