Answer Posted / ishu
jawarhalalnehru
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
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.
Explain what is gets() function?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
How can you read a directory in a C program?
Is null a keyword in c?
What is storage class?
In which header file is the null macro defined?
Explain the difference between ++u and u++?
Explain what is the difference between null and nul?
Is it better to use a macro or a function?
Is a house a shell structure?
Tell me what is null pointer in c?
What is wrong with this declaration?
Why does this code crash?
What is 2c dna?