define some features of static storage class in c


Define some features of static storage class in c program?

The features of a variable defined to contain a static storage class are as follows.

Storage - memory
Default initial value - zero
Scope - local to the block in which it is defined
Life - value of the variable persists between different function calls.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: define some features of static storage class in c
Reference No:- TGS0305054

Expected delivery within 24 Hours