Memset

How Memset Function is Used
In C, the memset() function is used to set a one-byte value to a memory block byte by byte. This function is useful for initialization of a memory blo...