What are the contents of String Array Out following execution of the VI?
C
Answer is C.
Loop will execute for 4 times, so at last iteration one empty string will add to output array.
Option C. The While Loop will execute four times.
C. If it is For Loop, the result should be B. While loop would search the next "" at the time 4 then get -1(no match) to stop the loop in this case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.