/C-language-optimal-buffers-with-multi-threading

This repo contains C code which reads a specific number of bytes from file (optimal buffer size) and then creates two buffers and in these buffers, one buffer reads from file and stores it and the other displays the file( simultaneously ) using multi threading

Primary LanguageC

Pinned issues