variabel statis

static data_type var_name = var_value;
// eg of static variable 
static int /*float, double, etc*/ star = 720; 
eze ernest