#volatile
Read more stories on Hashnode
Articles with this tag
for(int i = 25; i > 0; i--){ for(int j = 2147483647; j > 0; j--){ // this loop is supposed to busy wait } } I was...