Flag

In computer programming, a flag is a variable that indicates whether a certain condition is true or false. Flags are often used to control the flow of a program, for example, to determine whether a certain section of code should be executed. What is the official name of the flag? The official name of the … Read more