Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (sanchez9457):

C program question: If i have a program that asks the user for a positive integer an i save that in the variable n. And then i have a while statement like so : while (n) { invert (P) n = n & n-1 } what is that while loop saying? Is it saying "while true"? isn't it always true?

OpenStudy (e.mccormick):

n = n & n-1 \(\leftarrow\) if there is ever a time that either of those could be 0, then the and will return false.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!