logo

Crowdly

Browser

Add to Chrome

Linguagens Programação 2026

Looking for Linguagens Programação 2026 test answers and solutions? Browse our comprehensive collection of verified answers for Linguagens Programação 2026 at moodle.deisi.ulusofona.pt.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Qual a diferença entre 'int *p;' e '*p = 10;'?
View this question
Numa função void troca(int *a, int *b), como acedemos ao valor de 'a' para realizar a troca?
0%
0%
0%
View this question

Cria uma instrução _while_ que continue a execução enquanto as seguintes condições forem verdadeiras:
  • age < 24 e average >= 10; ou
  • age > 50

0%
0%
0%
View this question
Qual é o valor final de a, b e c após executar o seguinte código em C?

int a = 5;

int b = 3;

int c = a++ + ++b * 2;

View this question
O que é, tecnicamente, um apontador em linguagem C?
View this question

Qual o output do diagrama Temporal?

Atenção 1 : deve respeitar formato completo do printf, inclusive maiúsculas e minúsculas!

Atenção 2: Ignorar o \n no fim.

View this question
Qual a diferença entre usar sizeof dum vetor/array no main e dentro função?
View this question
Em C, os nomes de vetores funcionam como que tipo de dado em expressões?
View this question
Como se declara um apontador para um apontador de inteiro?
View this question

Want instant access to all verified answers on moodle.deisi.ulusofona.pt?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome