/* example4: Add all elements in an array in parallel. */ #include int main() { const int N=100; int a[N]; //initialize for (int i=0; i