

MCQOPTIONS
Saved Bookmarks
1. |
_______________ Function returns the number of threads that are currently active in the parallel section region. |
A. | omp_get_num_procs ( ) |
B. | omp_get_num_threads ( ) |
C. | omp_get_thread_num ( ) |
D. | omp_set_num_threads ( ) |
Answer» C. omp_get_thread_num ( ) | |