MCQOPTIONS
Bookmark
Saved Bookmarks
→
Javascript
→
Blobs in Javascript
→
What will be the output for the following code? ..
1.
What will be the output for the following code?
A.
i=0,k=1
B.
i=0,k=0
C.
i=1,k=0
D.
i=1,k=1View Answer
Answer» B. i=0,k=0
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What will the following code do?
How do we break from an infinite loop without keeping a break statement within the loop?
What will be the output for the following code?
There can be multiple decision variables for while loop.
A for-loop can have multiple index values.
What is the nature of the following code?
How many times will the following loop run?
A break statement will leave the outer loop.
What is the size of i after the following code is run in MATLAB?
What is the default increment value in a for-loop?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply