c add char to char array. char str[1024] = "Hello World"; char tmp[2] = "."; //Has to be of size 2 because strcat expects a NULL terminated string ...
確定! 回上一頁