Answers for "c how to remove the last char in file"

C
2

c remove last character from a string

#include <string.h>
str[strlen(str)-1] = '\0';
Posted by: Guest on December-07-2020

Code answers related to "c how to remove the last char in file"

Code answers related to "C"

Browse Popular Code Answers by Language