Answer Posted / prasanna
Preprocessor is the program which processes the source code before it goes to the compiler.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
explain what are actual arguments?
How can I convert a number to a string?
Why dont c comments nest?
Is calloc better than malloc?
Write a C program to count the number of email on text
Write a program to print “hello world” without using semicolon?
What is page thrashing?
Explain what’s a signal? Explain what do I use signals for?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
How many levels of pointers have?
Explain how can I prevent another program from modifying part of a file that I am modifying?
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.
List the difference between a While & Do While loops?
What is a static variable in c?
Can static variables be declared in a header file?