dirbaio[m]: ```c int x = 0; // global nonstatic variable static int y = 0; // global static variable ```