Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
18BCE2182 ASSESS_1 Q1-4
//gcc 7.4.0 #include <stdio.h> #include <omp.h> int main(void) { #pragma omp parallel { int x=omp_get_thread_num(); printf(" %d ",x); } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
light blue zoda
Lab 11 v.05
150113_ArrayOrdenado
to find a number is even or not
Thread and Mutex Code
Bitwise Operations
sample
150108_recursividadFactorial
Midterm practice, turn into for loop
Lab 9 v0.965
Please log in to post a comment.