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
swap two numbers without arithematic operators
bitwise operations
sreesasu
18BCE2182 ASSESS_1 Q1-9
Project 3 part 2 Book v10.1
Smartprix coding
Rationale Zahlen
ultimo cuestionario
Lab 8 part 2 v.06
Incometax problem v1.1