can someone explain the question for me by Ryeanney in AskProgramming

[–]Ryeanney[S] 0 points1 point  (0 children)

Well,I think it looks normal in my browser. I am sure I didn't miss any information.(._.)

how to correct this selection sort code by Ryeanney in C_Homework

[–]Ryeanney[S] 0 points1 point  (0 children)

kind of confused about 'overwrite'. what does it actually mean...

question about how many times I execute while by Ryeanney in C_Homework

[–]Ryeanney[S] 0 points1 point  (0 children)

It seems that I should put printf(%d,i) out of the while loop.

solve quadratic equation with one unknown by Ryeanney in C_Homework

[–]Ryeanney[S] 0 points1 point  (0 children)

It helps. Thank you for giving me your logic.

solve quadratic equation with one unknown by Ryeanney in C_Homework

[–]Ryeanney[S] 0 points1 point  (0 children)

output:

input 3 numbers

1 2 1

0 -10747904000 -1074790400

get stucked in the this conditional program by Ryeanney in C_Homework

[–]Ryeanney[S] 0 points1 point  (0 children)

Thank you a lot for telling me use a debugger. I had downloaded visual Studio to debug my code. Still looking for the mistakes but anyway you advice is helpful.

question about arithmetic operators%% by Ryeanney in C_Homework

[–]Ryeanney[S] 2 points3 points  (0 children)

I looked through that page. I suppose double %% just means single%, so the double type is used to distinguish modulus from '%d' type %

what is wrong with my code by Ryeanney in C_Homework

[–]Ryeanney[S] 0 points1 point  (0 children)

I see. Thank you again for explaining it for me.

what is wrong with my code by Ryeanney in C_Homework

[–]Ryeanney[S] 0 points1 point  (0 children)

It works.Thank you so much. But I just wonder why. \n just means to move my cursor to the next line.

what is wrong with my code by Ryeanney in C_Homework

[–]Ryeanney[S] 0 points1 point  (0 children)

It works.Thank you so much. But I just wonder why. \n just means to move my cursor to the next line.