What is meaning of "Void main" in C Language.
Answer Posted / glenn oflaria
the void meaning is the skill of faceless void that when you
are inside of it the time will stop for awhile.
| Is This Answer Correct ? | 3 Yes | 1 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.
What is function in c with example?
What are linker error?
What is bubble sort in c?
Which are low level languages?
What is the best way to comment out a section of code that contains comments?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What are enumerated types?
How does normalization of huge pointer works?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Why doesn't C support function overloading?
What are the different types of errors?
What is a pointer variable in c language?
What is a program flowchart and how does it help in writing a program?
What are the rules for identifiers in c?