What’s the use of memset() return value? January 21, 2023 by Tarik It may be used for call chaining like: char a[200]; strcpy(memset(a, 0, 200), "bla");