What is meaning of "Void main" in C Language.
Answer Posted / rahul tripathi
main is also a function.Operating system will call this function.void means it returns nothing.when the function completed it task, it just goes out of scope.
http://www.cetpainfotech.com/technology/c-language-training
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are negative numbers true in c?
What is LINKED LIST? How can you access the last element in a linked list?
Why C language is a procedural language?
What are enumerated types?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Why is event driven programming or procedural programming, better within specific scenario?
Write a progarm to find the length of string using switch case?
Why string is used in c?
Why calloc is better than malloc?
Why void main is used in c?
How is a null pointer different from a dangling pointer?
write a program to find the given number is prime or not
How can I convert a number to a string?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Can you subtract pointers from each other? Why would you?