Answers for "The syntax to declare a function is:"

C++
0

The syntax to declare a function is:

returnType functionName (parameter1, parameter2,...) {
    // function body   
}
Posted by: Guest on May-03-2021

Code answers related to "The syntax to declare a function is:"

Browse Popular Code Answers by Language