单项选择题以下程序的结果是( )。 #include<iostream.h> void main() char*p= abcdefgh ,*r; long*q; q=(1ong*)P; q++; r=(char*)q; cout<<r<<endl;=
单项选择题有关构造函数的说法不正确的是( )。