SyntaxFix
Write A Post
Hire A Developer
Questions
int chartoremove = 1; strncpy(word2, word, chartoremove); strncpy(((char*)word2)+chartoremove, ((char*)word)+chartoremove+1, strlen(word)-1-chartoremove);
Ugly as hell