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
When should structures be passed by values or by references?
What is the role of this pointer?
difference between object file and executable file
What is the modulus operator?
What is NULL pointer?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Are enumerations really portable?
What is malloc return c?
What is the best style for code layout in c?
Write a Program to find whether the given number or string is palindrome.
What is self-referential structure in c programming?
What are the scope of static variables?
What is a far pointer in c?
Why is c known as a mother language?
How can I write a function analogous to scanf?