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
How to throw some light on the b tree?
How many parameters should a function have?
How can I trap or ignore keyboard interrupts like control-c?
Can you write the algorithm for Queue?
Explain the priority queues?
Is file a keyword in c?
Should I learn data structures in c or python?
Explain About fork()?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What does emoji p mean?
What is a macro in c preprocessor?
What are the types of variables in c?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
How can I call fortran?