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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -