Ask Question

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

+5
Answers (1)
  1. 18 April, 03:01
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers