Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
18BCE2182 ASSESS_1 Q1-5
//gcc 7.4.0 #include <stdio.h> #include <omp.h> int main(void) { #pragma omp parallel { int x=omp_get_num_procs(); printf(" %d ", x); } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
18BCE2182 ASSESS_1 Q2-2
Arrays
HW22
Lp
hello world
Adding sums of two 1-D arrays
C_141210_Tartaglia
kill
Character testing
swap two numbers without arithematic operators
Please log in to post a comment.