NVIDIA interview question

Implement a multithreaded program in C.

Interview Answer

Anonymous

14 Sept 2016

Implemented the program using mutex and pthread library.