Answers for "check if it is an empty string c"

C
1

how to empty string in c

// Zero whole array buffer
memset(buffer,0,strlen(buffer));
Posted by: Guest on November-29-2021

Code answers related to "check if it is an empty string c"

Code answers related to "C"

Browse Popular Code Answers by Language