标签: c arrays
我还没有创建数组名称然后为什么这个C程序正在工作。
#include<stdio.h> int main() { printf("%c",7["sundaram"]); return 0; }