Calling a Function
Learn how to call your function in a program.
Introduction
The functions created in a program are not executed until we call them. When we call the function, control is given to the very first statement inside the called function. The basic syntax for calling a function is given below:
Get hands-on with 1400+ tech skills courses.