Computer Applications
Identify the errors in the function skeletors given below :
float average (a, b) { }
Related Questions
What is the condition of using a function in an expression ?
When a function returns a value, the entire function call can be assigned to a variable. (T/F) ?
Identify the errors in the function skeletors given below :
float mult (int x, y) { }Identify the errors in the function skeletors given below :
float doer (int, float = 3.14) { }