πŸ“Š C++
Q. Find the output of the following program.
Code:
main(){
 int a = 10 / 0;
}
  • (A) 0
  • (B) Compilation error
  • (C) exception
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (C) exception

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
367
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Brijesh Goswami
Publisher
πŸ“ˆ
89%
Success Rate