Posts by 3xpl0is • 9 points
1 post
-
0
votes0
answers48
viewsQ: Rand() function in C
Hello, I saw this line in a code on the net and I’m having a hard time figuring out what it does exactly. (Rand() %9 == 4) ? 4 : 2; I know it gives the value 4 or 2 But what is "%9 == 4", the " and…