what is the function of .h in #include<stdio.h> in c ?
Answer Posted / dilip kumar
u know that every file is exist with extention name
so .h is a extention name of all header file.
| Is This Answer Correct ? | 50 Yes | 17 No |
Post New Answer View All Answers
What is the difference between single charater constant and string constant?
All technical questions
What is the difference between mpi and openmp?
How can you allocate arrays or structures bigger than 64K?
What does %2f mean in c?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Explain what does it mean when a pointer is used in an if statement?
Explain what is the difference between text files and binary files?
Why isnt there a numbered, multi-level break statement to break out
What is the general form of function in c?
Do string constants represent numerical values?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How do you use a 'Local Block'?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above