Q. What is Parallel Loop Construct?
Parallel loop construct is a shortcut for specifying parallel construct comprising one loop construct and no other statements. The syntax of parallel loop construct is:
#pragma omp parallel for [set of clauses]
for-loop