class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.
2 10092template
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
2 6286int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30
2 9636Post New Quark Interview Questions
What are minimum requirements to run WordPress?
Less than one page, how many windows will you be able to maintain?
hi, I have received the call letter cum attestation form for the interview,and I have doubts regarding one qualification certificates i am B. Tech in IT so in the qualification should i write graduation or others?plz help me out.
What are the different types of tables available in Hive?
How do you connect your django project to the database?
What are synonyms in sql?
What is the use of keygen in html5?
How many normal and special peroids can be there in a fiscal year? How do you open and close periods?
What is exchange? What is the use of exchange?
What it's the difference between proc means and proc summary?
Can we create shortcuts to excel functions?
What are the different types of layout?
What is conditional formula?
What is raw datatype?
What is the behaviour of procurement type x?