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

Answer Posted / mytri

.h is a header file which includes standard input and output
functions

Is This Answer Correct ?    112 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is new line escape sequence?

1040


How arrays can be passed to a user defined function

798


What is the stack in c?

896


What is typeof in c?

780


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2163


What are local variables c?

778


What is an lvalue?

849


How the c program is executed?

870


How do you generate random numbers in C?

932


What is dynamic variable in c?

798


What is the role of this pointer?

774


Differentiate between null and void pointers.

894


Is calloc better than malloc?

794


Explain how do you convert strings to numbers in c?

842


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1828