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
What is pointer in c?
please give me some tips for the placement in the TCS.
Can you think of a logic behind the game minesweeper.
What does void main return?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What do you mean by a local block?
Explain what are the different file extensions involved when programming in c?
Write a program to print fibonacci series without using recursion?
How can I make it pause before closing the program output window?
What are logical errors and how does it differ from syntax errors?
how do you programme Carrier Sense Multiple Access
Tell me about low level programming languages.
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
what is use of malloc and calloc?
What are multibyte characters?