J
Jaydeep Chovatia
Hi,
So many times i have used memset to set character string to NULL
initially. But i would like to know the reason why/when/where it
should be used.
I know that when we perform some operations like assign data to
character, copy then '\0' gets appended to the string then why we
should use memset?
Thank You,
Jaydeep
So many times i have used memset to set character string to NULL
initially. But i would like to know the reason why/when/where it
should be used.
I know that when we perform some operations like assign data to
character, copy then '\0' gets appended to the string then why we
should use memset?
Thank You,
Jaydeep