
int x = 'c';
char str0[]={'h', 'e', 'l', 'l', 'o', '\0'};
char str1[]="hello";

