View Single Post
Old 12-01-2004, 01:19 PM   #4 (permalink)
intercodes
 
Ultra Techie

Join Date: Jun 2004

Posts: 973

intercodes

Send a message via Yahoo to intercodes
Default


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...

intercodes is offline