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
What is binary tree in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What are the benefits of c language?
What is an auto variable in c?
How can you find out how much memory is available?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Explain spaghetti programming?
What is structure in c definition?
What are multibyte characters?
Can we replace the struct function in tree syntax with a union?
Explain what is wrong with this statement? Myname = ?robin?;