Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1.2 No. of Threads
#include <stdio.h> int main(void) { printf("number of threads in serial region,%d\n",omp_get_num_threads()); #pragma omp parallel printf("number of threads in parallel region, %d\n",omp_get_num_threads()); return 0; }
run
|
edit
|
history
|
help
0
Memory leak
no output
18BCE2182 ASSESS_1 Q1-5
TruncatablePrime
Lior Yehieli Lesson
Command Expressions in Gnu C
18BCE2182 ASSESS_3 Q3
scanf and integer manipulation
Incometax problem v0.1
B_141128_MatrizProducto