MCQOPTIONS
Bookmark
Saved Bookmarks
→
R Programming
→
Commands in R Programming
→
_______ is used to break the execution of a loop...
1.
_______ is used to break the execution of a loop.
A.
next
B.
skip
C.
break
D.
delete
Answer» D. delete
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Can the break statement be used to abort a program?
What is the output of the code given below if the input is 1101 to pin 10?
What is the output of the code given below if there is a constant 5V supply to pin 10?
Which one of the control structures is similar to the if-else statement?
Is the code snippet given below wrong?
What is the name of the control structure used to stop any loop prematurely and only exit out of the loop, not affecting the running of the rest of the program?
Which of the following control structures is an exit-controlled loop?
What is the output of the code given below?
Which of the following should be preferred for evaluation from list of alternatives?
Which of the following statement can be used to explicitly control looping?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply