
c programming
Fastest i/o in C/C++ language – An important asset for the competitive programming
June 30, 2017
| In C programming all the input-output functions provided under C standard are thread safe. But, POSIX standard provides Multi-thread unsafe functions such as getchar_unlocked(). This method is faster
Read More