Which of the following is a correct format for declaration of function?



"return-type function name (argument type;)"
"return-type function -name (argument type){}"
"return -type (argument type ) function-name"
"return-type {} function -name"

No comments yet.