what is the function of .h in #include<stdio.h> in c ?
Answer Posted / nitesh vashist
.h is only giving indication that it is a header file.
only two types of files in c .c and .h.
if we copy stdio.h file as stdio then it will work we can
use stdio file instead of stdio.h. it will work definitely...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between null and void pointers.
Explain what is #line used for?
What is the use of volatile?
Why do we write return 0 in c?
Can we add pointers together?
What are the advantages of using linked list for tree construction?
in iso what are the common technological language?
What is 2c dna?
How old is c programming language?
Ow can I insert or delete a line (or record) in the middle of a file?
What kind of structure is a house?
how is the examination pattern?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Write a program of prime number using recursion.
How can I discover how many arguments a function was actually called with?