NVIDIA Interview Question

Implement a multithreaded program in C.

Interview Answer

Anonymous

Sep 14, 2016

Implemented the program using mutex and pthread library.