greetings ,,,, how long will this delay go
int delay ( int start , int end ) { int counting;
counting = start;
while ( counting < end ) ++ counting ;
return 7 ; }
"delay ( 1 , 1000 ) is 97S"
Assuming that the 97S is meant to mean seconds, then can we conclude that the processor is an abacus and the clock frequency (finger frequency ?) is quite high.