I don\'t know exactly how to word a search for this.. so I haven\'t had any luck finding anything.. :S
I need to implement a time delay in C.
for example I w
Write this code :
void delay(int x) { int i=0,j=0; for(i=0;i