Which of the following is the correct way to declare a function in C?
func int ();
int function();
int = function();
function int ();
This question is part of this quiz :