Quote Originally Posted by Eri523 View Post
The second one, OTOH, is a function declaration, though an invalid one, because there's an int literal inside the parentheses where actually an optional list of parameter types with optional parameter names should be.
The line defines a variable called AA of type int that is initialized to the value 5.