I am having some problem here.
let' say that

string c="Hello";
char a[5];

how can i convert the string to a character array? Urgent