请在横线处填写正确的关键字, try{}【】(Exception e){}
举一反三
- 在try{}catch(______e){}横线处需要填写的是
- 有以下程序,请在横线处填写正确语句,使程序可正常编译运行。
- 请在下列句中横线处填写正确的谓语动词The editor and publisher of this fashion magazine ________ a very able woman.
- 请在下列句中横线处填写正确的谓语动词Either her mother or her father ________ her a call every other day.
- 下面代码中,第7行横线处应该填入class MyExcept {}; int main() { try { MyExcept ex; throw ex; } catch (________) { } return 0; } A: MyExcept &e B: MyExcept *e C: MyExcept ~e D: std::exception e E: std::exception &e