Consider the following C program using the OpenMP mechanism for implicit thread creation: Which of the following statements about the program is true?
a) It will run sequentially without any parallel execution.
b) It will create threads implicitly to execute parallel regions.
c) It requires explicit thread creation using pthread library.
d) It will result in a compilation error.