Answer Posted / bunny
It marks the beginning of the main body of the program and
also ensures that it is properly executed. Basically, void
main() creates the base for the program.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
How can I find out how much free space is available on disk?
What are register variables in c?
What is the difference between array and pointer?
What is the role of && operator in a program code?
What are the different types of control structures?
Do you have any idea about the use of "auto" keyword?
Is r written in c?
What are bitwise shift operators in c programming?
Write a program to swap two numbers without using the third variable?
What is meant by realloc()?
How do you write a program which produces its own source code as output?
What is the significance of scope resolution operator?
Differentiate between the = symbol and == symbol?
Why do we use int main instead of void main in c?
What are header files? What are their uses?