Answer Posted / guest
Header files (also called ".h files") should generally contain
common declarations and macro, structure, and typedef
definitions, but not variable or function definitions.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between %d and %i in c?
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.
will u please send me the placement papers to my mail???????????????????
How can I read/write structures from/to data files?
code for replace tabs with equivalent number of blanks
Explain how do you sort filenames in a directory?
What is function prototype in c language?
Is that possible to store 32768 in an int data type variable?
What is return in c programming?
Explain the use of function toupper() with and example code?
What is a structure and why it is used?
What does == mean in texting?
How can I call fortran?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is the difference between local variable and global variable in c?