Software Lead Interview Questions

32,043 software lead interview questions shared by candidates

-> What will be the output of the following code ? #include<iostream> class my_exception { public: my_exception() { cout << "my _ exception"<<endl; } }; void fun() { throw my_exception(); } int main() { try{ ::fun(); } catch (char * obj) { cout <<"check"<<endl; } }
avatar

Tech Lead

Interviewed at Publicis Sapient

3.4
Nov 29, 2014

-> What will be the output of the following code ? #include<iostream> class my_exception { public: my_exception() { cout << "my _ exception"<<endl; } }; void fun() { throw my_exception(); } int main() { try{ ::fun(); } catch (char * obj) { cout <<"check"<<endl; } }

Viewing 3581 - 3590 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 32,043 interview questions and reports from Software lead interviews. Prepare for your interview. Get hired. Love your job.