下列物质中,熵值(S)最大的是 [ ]
A.金刚石
B.Cl2(l)
C.I2(g)
D.Cu(s)
答案:C
写出下列反应的主要产物,若涉及立体化学请注明。
以下程序#include<stdio.h>#include<string.h>main(){ char*p1="abc",*p2=-"ABC", str, [50]="xyz"; strcpy(str+2,strcat(p1,p2)); printf("%s\n", str);}
A.xyzabcABC
B.zabcABC
C.yzabcABC
D.xyabcABC