what is the function of .h in #include<stdio.h> in c ?
Answer Posted / ashu
it stnds for standard input output header file. it is a
processor directive in c . it include all input output
function in c . wth the help of header file vwe know which
function where use in program
------ - in my view ------------
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the correct code to have following output in c using nested for loop?
Do you know null pointer?
Calculate 1*2*3*____*n using recursive function??
What is the process of writing the null pointer?
Is struct oop?
What is the argument of a function in c?
write a program to copy the string using switch case?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How can I remove the leading spaces from a string?
What is a method in c?
What is pivot in c?
What is string function in c?
Array is an lvalue or not?
Is a house a shell structure?
Why doesnt long int work?