A. char str[] = "Hello";
B. char str = "Hello";
C. string str = "Hello";
D. char str[] = {'H', 'e', 'l', 'l', 'o'};