What is the different between those main()? I quite confusing about it

  • void main (void)
  • void main ()
  • int main (void)
  • int main ()



What is the function of void and int when starting, haha


Thank You