1. return-type function-name(argument type);
2.return-type function-name(argument type){}
3.return-type (argument type)function-name;
4.all of the mentioned
Answer:1