what is the function of .h in #include<stdio.h> in c ?
Answer Posted / shashiprabha singh
.h is used for header files and stdio.h is "standard input
output header files" which hold all realtives i/p files. In
these files varias types of function r included like scanf,
printf etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does return 1 means in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Tell us the use of fflush() function in c language?
Explain what are preprocessor directives?
Is the exit() function same as the return statement? Explain.
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is the difference between a function and a method in c?
When is a void pointer used?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is linear search?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Can math operations be performed on a void pointer?
Explain how do you view the path?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is meant by operator precedence?