what is the function of .h in #include<stdio.h> in c ?

Answer Posted / dekchand sharma

.h Means header file of input output in c.
#include<stdio.h>
it means standered input output header file.

Is This Answer Correct ?    13 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sorting in c plus plus?

753


Write a code to generate divisors of an integer?

832


How do you determine whether to use a stream function or a low-level function?

929


Can you please explain the difference between syntax vs logical error?

949


What is file in c preprocessor?

905


What do you mean by a local block?

844


Why c is procedure oriented?

799


What is the best way of making my program efficient?

782


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

837


how to introdu5ce my self in serco

1744


Explain which function in c can be used to append a string to another string?

847


What is uint8 in c?

891


How does placing some code lines between the comment symbol help in debugging the code?

775


How many types of errors are there in c language? Explain

772


Can we use any name in place of argv and argc as command line arguments?

834