+ 1
What is the output of this code.
#include<iostream> using namespace std; int main () { try { throw 0; } catch(int e) { cout<<e; } }
7 odpowiedzi
+ 1
What language is it in?
0
c++
0
0
0
That's what it says in the playground.
0
#ava please explain this code
0
I only know a little Java. I don't know any c++.
0
#ava it's ok