Buscar

What is the correct way to declare a pointer to an integer variable? A pointer to an integer variable is declared using the * symbol after the var...

What is the correct way to declare a pointer to an integer variable?

A pointer to an integer variable is declared using the * symbol after the variable type.
A pointer to an integer variable is declared using the & symbol before the variable name.
A pointer to an integer variable is declared using the * symbol before the variable name.
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.

Essa pergunta também está no material:

Introdução à programação em C - Os primeiros passos de um desenvolvedor
282 pág.

Português Escola Colegio Estadual Barao Do Rio BrancoEscola Colegio Estadual Barao Do Rio Branco

💡 1 Resposta

User badge image

Ed Verified user icon

A alternativa correta é a letra A) "A pointer to an integer variable is declared using the * symbol after the variable type." (Um ponteiro para uma variável inteira é declarado usando o símbolo * após o tipo da variável.)

0
Dislike0

✏️ Responder

SetasNegritoItálicoSublinhadoTachadoCitaçãoCódigoLista numeradaLista com marcadoresSubscritoSobrescritoDiminuir recuoAumentar recuoCor da fonteCor de fundoAlinhamentoLimparInserir linkImagemFórmula

Para escrever sua resposta aqui, entre ou crie uma conta

User badge image

Outros materiais