Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
18BCE2182 ASSESS_1 Q1-9
//gcc 7.4.0 #include <stdio.h> #include <omp.h> #include <time.h> int main(void) { int i=0; clock_t start=clock(); #pragma omp parallel for for(i=0; i<10000; i++) { printf("Simple for loop :: iteration %d and threaded %d\n",i,omp_get_thread_num()); } clock_t end=clock(); printf("\n Program Execution time: %ld ms\n\n",(end-start)); return 0; }
run
|
edit
|
history
|
help
0
strcmp
printing float 2 pointers
InterviewDesk_Embedded
exercises
p20
muuchas funciones utiles
linear_search.c
18BCE2182 ASSESS_3 Q3
Pozdravljeni v mali soli C.
Avance 2 de pregunta 5