Tag: programming languages
Questions Related to programming languages
-
nothing happen, excution will continue.
-
it will be handled by compiler, and excution stops.
-
the exception will be rethrown
-
terminate() function will be called and execution stops.
-
try {throw 3;} catch(int i){ rethrow; }
-
try {throw 3; rethrow ;} catch(int i){}
-
try {throw 3;} catch(int i){ rethrow 3; }
-
try {throw 3;} catch(int i){ throw; }
-
logical_error
-
runtime_error
-
domain_error
-
bad_exception
-
static_cast
-
reinterpret_cast
-
dynamic_cast
-
const_cast
-
map
-
multiset
-
priority queue
-
multimap
-
Input Iterator
-
Output Iterator
-
Forward Iterator
-
None of these
-
Microsoft Corp.
-
Netscape Communications Corp.
-
Sun Microsystems Corp.
-
Consortium of the above companies
-
Comments can make the code easier to understand.
-
Comments can help hide the code from browsers that cannot interpret JavaScript.
-
Comments can help display a warning to users of old browsers that do not support JavaScript.
-
All of above.