+ 1

how to creat maltiple loop that will work at the same time

i need multiple loop working at the same time

2nd Apr 2018, 2:33 PM
Abu Musa
Abu Musa - avatar
4 Answers
+ 1
for (int a = 0; a < 10; a++) { for (int b = 0; b < 10; b++) { printf ("(%d, %d)\n", a, b); } }
2nd Apr 2018, 2:47 PM
Emma
+ 1
for that I think u should use threads.... looke it up on Google or something
2nd Apr 2018, 3:49 PM
Farshaad Heydari
Farshaad Heydari - avatar
0
what is threads...???
2nd Apr 2018, 3:50 PM
Abu Musa
Abu Musa - avatar
0
is that a function...???
2nd Apr 2018, 3:51 PM
Abu Musa
Abu Musa - avatar