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
What is new line escape sequence?
How arrays can be passed to a user defined function
What is the stack in c?
What is typeof in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are local variables c?
What is an lvalue?
How the c program is executed?
How do you generate random numbers in C?
What is dynamic variable in c?
What is the role of this pointer?
Differentiate between null and void pointers.
Is calloc better than malloc?
Explain how do you convert strings to numbers in c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm