Posts by Alan S • 1 point
1 post
-
0
votes2
answers53
viewsA: Hidden value of variable
If num1 is larger than num2 will print them changed, otherwise nothing will happen. #include <stdio.h> int main(){ /*Ler dois números, armazenando-os nas variáveis num1 e num2. Verificar se o…