易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

下列程序的运行结果为 #include<iostream.h> template<class TT> class FF {TT a1,a2,a3; public: FF(TT b1,TT b2,TT b3){a1=b1;a2=b2;a3=b3;} TT Sum(){return a1+a2+a3;}}; void main() { FF<int>x(int(1.1),2,3),y(int(4.2),5,6); cout<<x.Sum()<<‘‘<

A.6.1 15.2

B.6 15

C.6 15.2

D.6.1 15

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • You find that the execution time of reports in your datawarehouse application is significantly high. You suspect the lack of indexes to be the reason for the degradation in performance. Which advisory component would you refer to, in order to determine the appropriate indexes?()

    A、 Memory Advisor

    B、 Segment Advisor

    C、 SQL Access Advisor

    D、 Automatic Workload Repository (AWR)

    E、 Automatic Database Diagnostic Monitor (ADDM)

  • You are maintaining your database in Oracle10g. You have set the value of the STATISTICS_LEVEL initialization parameter to TYPICAL and the value of the FAST_START_MTTR_TARGET parameter to 900 seconds. To increase the performance of the database, you want to determine the optimal size of the online redo log files. Which tool enables you to determine the optimal size of the online redo log files?()

    A、 Oracle Enterprise Manager

    B、 The V$LOG view

    C、 The V$LOGFILE view

    D、 The V$FLASHBACK_DATABASE_LOGS view

  • Users are performing a large volume of inserts and deletes on the application tables in the APPS tablespace. You observe that there are several warning alerts being generated for the APPS tablespace space usage metrics. Currently, the warning threshold for the tablespace usage metrics is set to 70%. To make the generated alerts more useful as a problem identification tool, you want to reduce the frequency of alert generation for the tablespace usage metrics for the APPS tablespace. What should you do?()

    A、 Disable SQL tracing for the APPS tablespace.

    B、 Disable logging attributes for the APPS tablespace.

    C、 Modify the tablespace to be a dictionary-managed tablespace.

    D、 Increase the critical threshold value for the tablespace space usage metrics for the APPS tablespace.

    E、 Increase the warning threshold value for the tablespace space usage metric for the APPS tablespace.

  • The Automatic Shared Memory Management feature is enabled for the PROD database. Currently, a lot of insert activity is taking place in the database, and the memory structures are allocated according to the database workload. As the workload reduces, you decide to perform batch jobs in the database. Which of the following initialization parameters are NOT automatically resized according to the new workload and continue to remain unchanged?()

    A

     LOG_BUFFER

    B

     DB_CACHE_SIZE

    C

     JAVA_POOL_SIZE

    D

     LARGE_POOL_SIZE

    E

     SHARED_POOL_SIZE

    F

     STREAMS_POOL_SIZE

  • You decide to enable Flashback Database in your Oracle 10g database so that future recoveries will take less time than traditional recoveries. Which of the following parameters must be included in your initialization parameter file before enabling Flashback Database?()

    A、 DB_RECOVERY_FILE_DEST only

    B、 DB_FLASHBACK_RETENTION_TARGET only

    C、 DB_RECOVERY_FILE_DEST_SIZE and DB_RECOVERY_FILE_DEST only

    D、 DB_RECOVERY_FILE_DEST and DB_FLASHBACK_RETENTION_TARGET only

    E、 DB_RECOVERY_FILE_DEST_SIZE, DB_RECOVERY_FILE_DEST and

    F、 DB_FLASHBACK_RETENTION_TARGET

联系客服 会员中心
TOP