12-01-2004, 01:19 PM
|
#4 (permalink)
|
Ultra Techie Join Date: Jun 2004 Posts: 973
|
DemonEdge, Quote: |
how is void main() different from void main(void)?
| Every function takes up null/any number of parameters. 'void main()' indicates implicitly that it takes no parameters. 'void main(void)' -explicit null parameter declaration.
I guess there is no other difference for that... |
| |