问答题

The output of the following source code on your PC (64bit OS and 64bit CPU) is [填空1]
char * ptr = NULL;cout << sizeof(ptr) << endl;
                    

【参考答案】

1、8