Well, it could be multiple things.
For example:A function can return a value. (i.e: int test() { return 1; }
A declaration can return a value. (i.e: int test2 = 1;)
But I'd say a function because it makes more sense logically.
3.4m questions
4.3m answers