char theLetterC = 2["ABC"];
Edit: I think I got it, is it this?:
"ABC" + 2 == 2["ABC"] == *(2 + "ABC")
Right?
Edit: I think I got it, is it this?:
"ABC" + 2 == 2["ABC"] == *(2 + "ABC")
Right?