Posts by alwaysNever • 11 points
1 post
-
0
votes3
answers91
viewsQ: My program compiles but hangs on the first printf
#include<stdio.h> void main() { int n1,n2,n3,maior,menor; printf("Primeiro numero: "); scanf("%d", n1); printf("Segundo numero: "); scanf("%d", n2); printf("Terceiro numero: "); scanf("%d",…