0 votes
in C Plus Plus by

Describe static function with its usage?

1 Answer

0 votes
by

A function, which has a function definition prefixed with a static keyword is defined as a static function. The static function should call within the same source code.

...