首页题目详情

在 C++ 中,异常处理的关键词是?

题目配图
A.try, catch, throw
B.try, except, raise
C.try, catch, finally
D.try, handle, catch

优质解答

答案

A

解析

C++ 使用 try、catch 和 throw 关键字进行异常处理,与 Python 和 Java 有所不同。

查看答案和解析

支付 ¥0.1 即可查看此题答案和详细解析

低至 ¥0.1 起

计算机专业英语单选题中等AI生成