Q. Describe about Reduction Clause?
Reduction clause specifies an operator as well as one or more list items. For every list item a private copy is created on every thread and is initialized suitably for operator. After the end of region original list item is updated with values of private copies employing specified operator. Syntax of reduction clause is as follows:
reduction (operator:list)