Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
18BCE2182 ASSESS_1 Q1-8
//gcc 7.4.0 #include <stdio.h> #include <omp.h> int main(void) { int sum=0; #pragma omp parallel #pragma omp for for(int i=1; i<=10; i++) { sum+=i; } printf("Sum of first 10 numbers: %d", sum); return 0; }
run
|
edit
|
history
|
help
0
Kous
merge two dice clay to head sport green globe attacked me seven of prime minister fired
Day 2 String Manipulation
BSEARCH() WITH STRUCT
segundo avance de la lista enlazada
Max3
Loop-worksharing
Swap.c
18BCE2182 ASSESS_2 Q4
Static scope