what is the function of .h in #include<stdio.h> in c ?
Answer Posted / meena
it is a header file.it stands for"standard input and
output"file.if you want to give any input to the computer
or if you want to recieve any output from the computer
(printf,scanf)this header file must be used.
| Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
What is double pointer?
What are header files in c?
What is the difference between NULL and NUL?
What is use of pointer?
Explain what is the concatenation operator?
Do pointers take up memory?
What is the full form of getch?
How a string is stored in c?
What is a char in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Explain how can I remove the trailing spaces from a string?
Why C language is a procedural language?
What are the types of pointers in c?
What is include directive in c?
Tell me with an example the self-referential structure?