In the following program where is the variable a getting defined and where it is getting declared?13/50In the following program where is the variable a getting defined and where it is getting declared?Extern int a is declaration, int a = 20 is the definitionInt a = 20 is declaration, extern int a is the definitionInt a = 20 is definition, a is not defineda is declared, a is not definedGiải thíchChọn A