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) { #pragma omp parallel { #pragma omp for { int sum=0; for(int i=1; i<=10; i++) { sum+=i; } printf("Sum of first 10 numbers: %d", sum); } } return 0; }
run
|
edit
|
history
|
help
0
Bool datatype Operation for GCC
bitmask2
poinres1
Q1.c
B_141212_OrdenarArray
If Statement/ Decrements V2
lab 12 v0.1
Michael Bean's Spring 2017 Lab 3 v1.1
32bit
lab8part2final