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


Please Help Members By Posting Answers For Below Questions

Explain how to reverse singly link list.

603


what is the structure pointer?

1642


What is sizeof in c?

566


What does typedef struct mean?

654


code for replace tabs with equivalent number of blanks

1631






can we change the default calling convention in c if yes than how.........?

2030


How many levels of pointers have?

589


What do header files do?

599


What does c mean?

585


Write a Program to find whether the given number or string is palindrome.

607


what type of questions arrive in interview over c programming?

1551


What is the difference between Printf(..) and sprint(...) ?

780


How can you check to see whether a symbol is defined?

585


What is the purpose of macro in C language?

658


What is the difference between the local variable and global variable in c?

526