Which of the following is the correct syntax for a function declaration?
int function();
function int();
int function{};
int function[];
This question is part of this quiz :