哪个是将一个十六进制值赋值给一个long型变量?()
A:long number=345L
B:long number=0345
C:long number=0345L
D:long number=0x345L
出自:计算机科学