房地产开发项目财务评价报表分为( )。
A.财务报表
B.经营报表
C.辅助报表
D.资金来源与运用表
E.基本报表
参考答案:C,D
焊接工艺评定应在工程施焊之前完成,并应以可靠的()为依据。
A.焊接技术
B.焊接工艺
C.钢材焊接性能
D.焊接材料性能
有如下程序: #include<iostream) using namespace std; classBase public: Base(int x=0)cout<<x; ; Class Derived:public Base public: Derived(int x=0)cout<<x; private: Base Val; ; int main() Derived d(1); return 0;
A) 100 B) 000 C) 010 D) 001