best answer > What does void main () mean 2024?- QuesHub | Better Than Quora
The most authoritative answer in 2024
  • Oliver Gonzalez——Works at the International Criminal Court, Lives in The Hague, Netherlands.

    Void means "emptyness". In your example of void main() it means that the functions main() does not return a value. I feel obliged tell you that void main() should be avoided (no pun intended) at all costs, use int main() instead. int main() makes sure your program can return a value of type int to the OS on close.read more >>
    +119962023-05-11 12:30:34

About “双关语、堆栈、告诉你”,people ask:

READ MORE:

QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.

分享到

取消