Describe static function with its usage?
A function, which has a function definition prefixed with a static keyword is defined as a static function. The static function should be called within the same source code.