Memset() syntax?

sir, what is memset() in cstring header file?

hello @granthdhir

a function that can use used to initilaise array with -1 or 0 value.

check this-> link