Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
SAI_1-3.c
//gcc 7.4.0 #include <stdio.h> #include<omp.h> int main(void) { int i,j; i=omp_get_max_threads(); printf("%d\n",i); #pragma omp parallel printf("\nNo: of threads in parallel region: %d",omp_get_max_threads()); return 0; }
run
|
edit
|
history
|
help
0
NO OF NODES IN LINK LIST
Why &(a+1) is not allowed
Bit
ctest
Atoi without minus
polymorphism simulation in plain C with a simple structures
3-D array sum and search
Nitheesh
Función quicksort decreciente
Conflito de Escrita em Matriz