A. got at
B.reached to
C. got
D. reached
第1题:
以下程序的运行结果为______。 char *c []={ "ENTER", "NEW", "POINT", "FIRST" }; char **cp []={ c+3, c+2, c+1, c}; char ***cpp=cp; main () {printf ("%s\n",**++cpp); }
A.ENTER
B.NEW
C.POINT
D.FIRST
第2题:
第3题:
第4题:
第5题:
第6题:
下面关于伪类和伪元素的说法不正确是
A.伪类和伪元素的写法类似,只在CSS选择器中体现,不许书写HTML
B.:active,:hover属于伪类
C.:first-child,:first-line,:first-letter属于伪类
D.:before,:after属于伪元素