What are predefined functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
How. To pass the entrance test
What is the difference between procedural and functional programming?
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 5 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.
simple program for virtual function?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
c program to compute Income tax and Net Salary for its employees. The company offers tax relief of Kshs. 650 for single employees and Kshs. 1,100 for married employees. The relief will be deducted from the Gross salary, to give the taxable income. This will be computed at the following rates: [10mks] Taxable Income Rate (%) <5000 0 5000-19999 6 20000-36999 9 37000 and above 16
program to print upper & lower triangle of a matrix
Difference between malloc() and calloc() function?
What is header file definition?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
Can a program have two main functions?
how to make a scientific calculater ?