Tech Lead Interview Questions

3,068 tech 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 431 - 440 interview questions

Glassdoor has 3,068 interview questions and reports from Tech lead interviews. Prepare for your interview. Get hired. Love your job.