#include <stdio.h> · int main(int argc, char *argv[]) · { · char *c = "A"; · printf("c[0] contains the character %c\n", c[0]); · printf("c[0] contains the ASCII ...
確定! 回上一頁