char str [2] = "\0"; /* gives {\0, \0} */ str[0] = fgetc(fp);. You could use the second line in a loop with what ever other string operations you ... ... <看更多>
Search
Search
char str [2] = "\0"; /* gives {\0, \0} */ str[0] = fgetc(fp);. You could use the second line in a loop with what ever other string operations you ... ... <看更多>
strings. I'm trying to make a command (macro? not sure about terminology) that takes in as input a string s , a number n , and a character c ... ... <看更多>
... <看更多>