Answer:
In swift programming language it is ok when a function does not return any value you are not necessarily required to set return type because it is optional so the correct answer is "The return type is omitted from the function declaration".
Step-by-step explanation:
If programing language is swift so we can omit return type from function declaration otherwise if language is C++ we can set return type "Void".