单项选择题
仔细阅读下面的程序 请问该程序的正确输出是()
A.0func1::exception2main::exception1 B.0func1::exception1main::exception1 C.0func1::exception2func1::exception1main::exception1 D.0func1::exception1func1::exception2main::exception1
A.8/5:1 end 8/5:1 end 7/8:0 B.8/5:1 end end C.8/5:1 end 8/5:1 end D.8/5:1 end 8/5:1
A.catch(void*) B.catch(exception&) C.catch(…) D.catch(bad_alloc&)