WHAT IS HEADER?

Answer Posted / jyoti

header file is a preprocessor directive that contains all
the functions thet we have to use in our program and has to
be declared before the main function.
ex: headerfile <stdio.h> include functions such as printf()
and scanf() that puts the output and gets the input
repectively

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the facialities provided by you after the selection of the student.

1650


What does typedef struct mean?

654


what do you mean by inline function in C?

607


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2264


Can we assign integer value to char in c?

611






What is the difference between c &c++?

641


What is the right type to use for boolean values in c? Is there a standard type?

557


Where register variables are stored in c?

540


Explain what happens if you free a pointer twice?

607


Tell me is null always defined as 0(zero)?

666


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1372


Can include files be nested? How many levels deep can include files be nested?

651


What is realloc in c?

578


What do you mean by Recursion Function?

626


How are variables declared in c?

597