Posts by Azelon • 1 point
1 post
-
0
votes0
answers24
viewsQ: Would you like to learn about the operator "," in C and C++?
I will put the example of a code I saw below: while(scanf("%d %d %d %d", &h, &u, &d, &f), h) {... } the input stopped when h received value 0.