what is a headerfile?and what will be a program without it
explain nan example?

Answer Posted / vignesh1988i

header file is a one of the important librarary files where our functions which are built in (printf(), scanf(), getche(),getch(),strcpy(), etc etc) would be defined and retrieved for other operations when the functions defined in the header file is called..........


thank u

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by type specifiers?

660


Is it possible to use curly brackets ({}) to enclose single line code in c program?

800


Tell me what is null pointer in c?

615


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

651


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1663






What is %g in c?

620


What will be your course of action for a push operation?

669


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

689


What is the scope of local variable in c?

578


What is a program?

666


Explain how can I right-justify a string?

625


What is static function in c?

635


Write the Program to reverse a string using pointers.

618


Where in memory are my variables stored?

637


Why c is procedure oriented?

574