//variable scope #include //global variable //local variable int k=0; //function //array //struct //class //Macro int main() { //block cout<