Questão de Programação
What is the correct way to declare a pointer to an integer variable?
A
A pointer to an integer variable is declared using the * symbol after the variable type.
B
A pointer to an integer variable is declared using the & symbol before the variable name.
C
A pointer to an integer variable is declared using the * symbol before the variable name.
Comentários
Ainda não há comentários para esta questão.
Seja o primeiro a comentar!