c - when i use input line and start without debuging app just crash -


Hello everything is new so it's easier on me

using im to know right when Trying to use im any type of input line, when I start the input, when its input crashes

  #define _CRT_SECURE_NO_WARNINGS #include  

At the point I need to press some number, and then crash the boom!

What am I doing wrong?

Your code is all wrong. I suggest you look at the basic information of C before it. Anyway, how it should be done:

  int numbers; Printf ("Select a number \ n"); Scanf ("% d", and number); Printf ("You entered the number:% d", number); Return 0;  

Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -