The char is still a variable type in C. When you work with characters, ... a = 'W'; b = a + 24; c = b + 8; d = 'n'; printf("%c%c%c%c",a,b,c,d); return(0); }.
確定! 回上一頁