a) For a dual core machine, write a skeleton code where you allow multiple threads for POSIX system to get average of N
Posted: Sat May 14, 2022 2:42 pm
a) For a dual core machine, write a skeleton code where you allow multiple threads for POSIX system to get average of N numbers. Write the skeleton of code where two processes share 6 variable locations and all addresses can be used. b)