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 are the types of variables in c?
How can I find out the size of a file, prior to reading it in?
What is the significance of scope resolution operator?
In C language what is a 'dangling pointer'?
Ow can I insert or delete a line (or record) in the middle of a file?
What is union and structure?
How can variables be characterized?
Why flag is used in c?
What will the preprocessor do for a program?
How does pointer work in c?
Why doesnt long int work?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
i got 75% in all semester am i eligible for your company
What is volatile variable in c with example?