char letters[] = {'a', 'b'}; printf(%c is alpha and %c is bravo.\n", letters[0], letters[1]); This is the only thing that works when I p...
確定! 回上一頁