What is meaning of "Void main" in C Language.
Answer Posted / bharti
As name imlies main() is a function ,where the exection of
a program srart. when we use simply main() that by dafault
return int value and we use void main(),that return
nothing but when we use int main()that retun value
according to our program
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Is javascript based on c?
What is c mainly used for?
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 are the types of operators in c?
What is the method to save data in stack data structure type?
Why do we use int main instead of void main in c?
Can we assign string to char pointer?
Explain what is meant by 'bit masking'?
What are the valid places to have keyword “break”?
What is the difference between typedef struct and struct?
What are terms in math?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
how to make a scientific calculater ?
What is f'n in math?
How can I swap two values without using a temporary?