#include int main() { char c = 1["Hi"]; printf("%c\n", c); }