Answer Posted / abhinendra bhadauriya
main is an thread which create process in the memory with the help of operating system
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain how can I open a file so that other programs can update it at the same time?
Describe the header file and its usage in c programming?
Explain 'far' and 'near' pointers in c.
Are global variables static in c?
Tell us something about keyword 'auto'.
What are all different types of pointers in c?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Explain how can type-insensitive macros be created?
Difference between strcpy() and memcpy() function?
What are the advantages of union?
write an algorithm to display a square matrix.
Why does everyone say not to use gets?
What are unions in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
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.