Which of the following declarations are equivalent?
char string_var[10] = "Hello";
char string_var[10] \(=\left\\{^{\prime} \mathrm{H}^{\prime},^{\prime}
\mathrm{e}^{\prime},^{\prime} \mathrm{L}^{\prime},^{\prime}
\mathrm{l}^{\prime}, \text { ' o' },^{\prime} \backslash
\theta^{\prime}\right\\} ;\)
char string_var[10] \(=\left\\{^{\prime} \mathrm{H}^{\prime},^{\prime}
\mathrm{e}^{\prime},^{\prime} \mathrm{l}^{\prime},^{\prime}
\mathrm{l}^{\prime}, \text { 'o' }\right\\} ;\)
char string_var[6] = "Hello";
char string_var[] = "Hello";