常用酸碱指示剂检验溶液的()。测定溶液的()常用pH试纸。
参考答案:酸碱性;酸碱度
请根据以上资料,选择以下栏目的正确选项:
“起运国(地区)”栏:()。
A. 中国香港
B. 英国
C. 中国天津
D. 伦敦
以下程序的输出结果是______。 #include <stdio.h> void swap(int *a, int *b) { int *t; } { int i=3,j=5,*p=&i,*q=&j; swap(p,q); printf("%d %d\n",*p,*q);