remove first character from string c by [ad_1] remove first character from string c if (contents[0] == '\n') memmove(contents, contents+1, strlen(contents)); [ad_2] Please Share Categories C Q&A how to pass an array of structs as an argument in cconcatenate char * c