What is output of code? #include int main() { int a = 320; char *ptr; ptr = (char*)&a; printf("%d ", *ptr); return 0; }9/25 What is output of code? #include int main() { int a = 320; char *ptr; ptr = (char*)&a; printf("%d ", *ptr); return 0; }32064Complier ErrorGiải thíchChọn đáp án B