memset is a C standard library function that sets the first N bytes of the block of memory to the specified value (interpreted as an unsigned char)
I am from Python background and recently learning C++. I was learning a C/C++ function called memset and following …
c++ string initialization string-literals memset