#static
Read more stories on Hashnode
Articles with this tag
#include<stdio.h> void increment (); //function decalaration int main(){ increment (); // function call 3 times increment(); ...