Questão de Automação
What are global variables in C?
Global variables are variables that can be accessed anywhere in the program.
Global variables are declared before the main() function.
A
Only the first statement is correct.
B
Only the second statement is correct.
C
Both statements are correct.
D
Both statements are incorrect.
Comentários
Ainda não há comentários para esta questão.
Seja o primeiro a comentar!