Run Code
|
API
|
Code Wall
|
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
Leap year check
Prime no
18BCE2182 ASSESS_1 Q1-7
Instruction order in C/C++
Spring 2017 Lab 4 v0.5
FirstCProg
223780
3.1.2 Matrix add/sub file concept
selection sort
Sizeof void