Vidyalelo
C++ Programming · Q775

C++ miscellaneous

Programming · C++ Programming · question 775

Q775

What will happen when we move to try block far away from catch block?

A.
Reduces the amount of code in cache
Answer
B.
Increases the amount of code in cache
C.
Don't alter anything
D.
Increases the amount of code

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board