Answer Posted / devi
c is a procedure oriented language and pertform tasks in form of algorithms
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is array of structure in c?
Differentiate between #include<...> and #include '...'
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 meant by errors and debugging?
What functions are in conio h?
What is the purpose of type declarations?
What is static and volatile in c?
Tell me what is null pointer in c?
What is data structure in c language?
What is volatile, register definition in C
Is there sort function in c?
What is the difference between struct and union in C?
What is sizeof int?
How can I do graphics in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none