Copyright © tutorialspoint.com
Synopsis:
Description:The memset function sets the first n bytes in s to c. Generally this function is used to set a memory location to null chracters '\0'. Return ValueThe memset function returns s with the set value to c Example
It will proiduce following result:
|
Copyright © tutorialspoint.com