You have a requirement to build an array of random U8 numerical values using a loop. Put the following methods and loop types in order of performance (quickest to slowest)?
a) For loop using "auto indexing"
b) For loop using "build array" and a Shift Register
c) While loop using "auto indexing"
d) While loop using "build array" and a Shift Register
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.