1. What does the parenthesis mean after variables? For Example:
- Code: Select all
int Main()
or
- Code: Select all
void Something (void)
I don't understand when and why you need these. Also, for the above line of code, why do you need void inside the ().
