The conditional assignment statement is a _________ assignment.
The conditional assignment statement is a _________ assignment. Correct Answer Concurrent
The conditional statement is a type of concurrent assignment statement in which the assignment is executed only if the condition specified is true. It may be noted that the condition is Boolean i.e. it may have only two values true or false.