Calling a Function

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 1200+ tech skills courses.