A
Q. Find the output of the following program.
Code:
main(){
int a = 10 / 0;
}
int a = 10 / 0;
}
- Correct Answer - Option(C)
- Views: 20
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.