Comment on Which is faster? while(1) {} or while(2) {}parentComments−mcdougle12yI think it's supposed to be implied that stuff goes inside the loop:while (1) { // code goes here }
Comments
I think it's supposed to be implied that stuff goes inside the loop:
while (1) { // code goes here }