Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1.5 No. of Processors
#include <stdio.h> #include <stdio.h> #include <omp.h> int main(void) { printf("Number of processor %d\n",omp_get_num_procs()); return 0; }
run
|
edit
|
history
|
help
0
3,6,8
decr
Stub Program for Problem 3 HW 2
intro coding hello world
18BCE2182 ASSESS_1 Q1-2
Day 2 String Manipulation
Assignment 5 v2
signaling NaN test
Leap year check
Assignment 10