Ask Question
12 June, 08:55

This is a boolean variable that signals when some condition exists in the program: A. Sentinel B. Block C. Flag D. Case

+2
Answers (1)
  1. 12 June, 11:41
    0
    Answer: C) Flag

    Explanation: Flag is the variable that is used at time of the condition when the it becomes true. It is the variable that checks the condition and also to handle the function flow any as as response gives a single value.

    Other given option includes case that describes the case statement, sentinel variable comes into action at the time of function termination and block variable are the variables for creating the blocks in function. Thus the correct option is option (c).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “This is a boolean variable that signals when some condition exists in the program: A. Sentinel B. Block C. Flag D. Case ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers