What will be output of following program? int a = 10;37/50What will be output of following program?int a = 10;void *p = &a;int *ptr = p;printf("%u\n", *ptr);Giải thíchChọn C