InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Consider the following pseudo-codex:=1;i:=1;while (x <= 1000)begin x:=2^x; i:=i+1;end;What is the value of i at the end of the pseudo-code?(A) 4(B) 5(C) 6(D) 7 | 
                            
| Answer» None | |