greetings ,,,, how long will this delay go
int delay ( int start , int end ) { int counting;
counting = start;
while ( counting < end ) ++ counting ;
return 7 ; }
"ive run the code and here is the result we see
delay ( 1 , 1000 ) is 97S"
You haven't said what compiler options you used;
You haven't said what processor you used;
You haven't said what clock frequency you used;
97S = 97 siemens; which is a measure of conductance
en.wikipedia.org/.../Siemens_(unit)
"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.