what is the function of .h in #include<stdio.h> in c ?

Answer Posted / ishwarya

this header file include EOF function also

Is This Answer Correct ?    4 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Purpose of 'extern' keyword in a function declaration?

656


What is hashing in c?

646


Why use int main instead of void main?

601


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1676


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

617






How can you increase the size of a dynamically allocated array?

647


What are the types of functions in c?

577


What is a floating point in c?

607


What is a scope resolution operator in c?

754


What is the purpose of 'register' keyword?

694


What is maximum size of array in c?

586


What is infinite loop?

632


What is array in c with example?

619


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1595


What is the difference between array and linked list in c?

604