What is the use of #include in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is return a keyword in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
say the following declaration is correct nr not. int b=a,n=0;
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
How to implement call back functions ?
what is a static function
How can I insert or delete a line (or record) in the middle of a file?
Convert the following expression to postfix and prefix (A+B) * (D-C)
How can I direct output to the printer?
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 is the role of this pointer?
Is c programming hard?