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 11010template
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 6985int 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 10317Post New Quark Interview Questions
why h parameter are called as hybrid parameter?
Explain in details how you would react to an unexpected incident when your supervisor or manager is not around to give instructions?
What is a transition plugin in bootstrap?
What is a footer on a computer?
Explain Spark countByKey() operation?
Define Writable data types in MapReduce?
What are the practices you follow for closing a project and meeting the conditions required to establish closure?
Explain opacity in css3?
Name some of the popular frameworks in php.
How many db instances am I able to run with amazon rds?
Is node js only for web development?
What is a primary key called that is made up of more than one field?
Explain how can cdma work?
What do you mean by sap hana studio?
How to distinguish whether MCB is DC or AC looking at it physically