Output's order problem [message #1781627] |
Fri, 09 February 2018 11:24  |
Eclipse User |
|
|
|
Hi,
i've got some problems with a simple code like this:
#include <stdio.h>
#include <stdlib.h>
int main(void) {
int x;
printf("Inserisci valore:");
scanf("%d",&x);
printf("Valore stampato: %d",x);
}
I need to insert a number before to see the first printf..
OUTPUT:
2//a random number insert by me
Inserisci valore: Valore stampato: 2
My os is Win10.
I use MinGW.
I have the latest versione of Eclipse oxygen.
I edit the Hello world example.
I have already installed java sdk and java jre.
I've already tried to unistall and re-install both java and eclipse.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04587 seconds