I'm currently debugging a program for a school asignment and is currently stuck at understanding this line of code.
All variables are integers.
unfinished = count == 2;
Output of that is mainly 0, but does the "==" (comparison?) actually have an affect to the values or is it completly ignored?
Program language is C