char short_string[] = "abc"
char short_string[] = {'a', 'b', 'c'}
what I think is the difference is that the 2nd line is a switch statement and that it requires input from user (either a b or c as the 1st line is more of a statement.... is this right ?