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 is abstract data structure in c?

746


Explain the use of 'auto' keyword

870


How can you find the exact size of a data type in c?

762


What is the process to create increment and decrement stamen in c?

780


What is string length in c?

813


What is the modulus operator?

923


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1256


Write a program in c to replace any vowel in a string with z?

869


Explain about block scope in c?

847


Explain the use of bit fieild.

896


What is an auto variable in c?

952


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2128


What is return type in c?

874


What is use of null pointer in c?

734


What is a double c?

758