52. 請問下面程式的輸出為何?```c#include int main(){char str[] = "Hello Kitty";printf("%ld", sizeof(str));return 0;}```(A)8 (B)11 (C)12 (D)16