what is the function of .h in #include<stdio.h> in c ?
Answer Posted / khaja
.h is an extension for i/o .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which is better pointer or array?
What is a volatile keyword in c?
What is a struct c#?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
will u please send me the placement papers to my mail???????????????????
What is pointer and structure in c?
Is c dynamically typed?
What is the difference between array and pointer?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is a void pointer in c?
What is a c token and types of c tokens?
When should the const modifier be used?
Tell us bitwise shift operators?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none