Answer Posted / kantilal
hey oleg make it as 4095
4100-4095=5
0x1005
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why is c used in embedded systems?
How many main () function we can have in a project?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
how to build a exercise findig min number of e heap with list imlemented?
How do you use a pointer to a function?
Can true be a variable name in c?
Write a program to print factorial of given number without using recursion?
Give the rules for variable declaration?
Why is extern used in c?
Explain how do you generate random numbers in c?
Why use int main instead of void main?
What are the loops in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Explain what is the advantage of a random access file?
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.