what is the function of .h in #include<stdio.h> in c ?
Answer Posted / chhavram singh
.h is a extension of #include<stdio.h> because it have all
working or definition of its header file without .h we can
not connect system libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a pointer value and address in c?
Which of these functions is safer to use : fgets(), gets()? Why?
Explain how can I make sure that my program is the only one accessing a file?
Explain what is the difference between a string and an array?
What is structure packing in c?
Is c is a low level language?
What are keywords in c with examples?
How can I find out how much free space is available on disk?
What are the parts of c program?
What does s c mean on snapchat?
Describe static function with its usage?
What are formal parameters?
What is the maximum no. of arguments that can be given in a command line in C.?
What is the code in while loop that returns the output of given code?
What is sizeof int?