How read and print the first character of this array?
char data[]= "£A"; printf("%c", data[0]);
Here, I have tried