What will be output of following code? 1 double d = 10.10/0.0; 2 int i = 10/0;
Compile time error
Runtime error at line 1
Runtime error at line 2
Runtime error at line 1 & 2