29.7k views
1 vote
A(n) sentinel is a special value that marks the end of a sequence of items.

1 Answer

4 votes

Answer:

Sentinel value

Step-by-step explanation:

It is the sentinel value in computer programming which is also being termed as the flag value, rogue value, dummy data signal value or the trip value. It has its meaning in the context of the algo, and that clarifies that it is the end of the block or code basically inside a loop or in any kind of recursive algo.

User Tryingtosolve
by
4.0k points