I have seen many programmers use something as "getchar_unlocked()" function in their program in C for accepting input . Can anybody tell me what this function does and what is the advantage of using this instead of simple "scanf()" ?
↧
I have seen many programmers use something as "getchar_unlocked()" function in their program in C for accepting input . Can anybody tell me what this function does and what is the advantage of using this instead of simple "scanf()" ?