Eclipse does not show any output for c++. and if i terminate it ,show all printf statements and if i run .exe file in cmd it runs normally -


include

int main(){ float balance;

printf("\nenter balance ($) : "); scanf("%f",&balance);    return 0; 

} not running on eclipse

not running on cmd


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -