Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Quark Interview Questions
Questions Answers Views Company eMail

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 11055

template class Obj { T my_t; X my_x; public: Obj(T t, X x) : my_t(t), my_x(x) { } }; Referring to the sample code above, which one of the following is a valid conversion operator for the type T? a) T operator T () { return my_t; } b) T operator(T) const { return my_t; } c) operator(T) { return my_t; } d) T operator T (const Obj &obj) { return obj.my_t; } e) operator T () const { return my_t; }

1 6455

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 7035

int 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 10349

Post New Quark Interview Questions




Un-Answered Questions

Explain me how does the activity respond when the user rotates the screen?

903


what do you mean by recovery and speed parameters in define cluster command?

1115


How do you use aliases with autoloading models in codeigniter?

629


The integration isn’t working between VSS and FrontPage/Visual InterDev. What can I do?

1351


What is the likely exit IPO or M&A? - Venture Capitalists

1048


Why is self used in python?

866


Can we create user defined functions in qtp?

1000


Can we make a report from wizard, if yes from where?

224


Explain how to edit locations for local?

980


What the difference between three phase contactor (coil 110vac) & three phase SSR (control voltage 110Vac)? May I use contactor in place of SSR?

2165


Explain how to redirect the output of a python script from standout(ie., A monitor) on to a file?

903


Is c++ used anymore?

1098


What is EJB server provider?

1118


What is the movement type for goods issue reversal ?

1186


we are getting materials from outside the state and issuing form c to a local party, since the local party is consignee agent of party who sends the materials. what is name this type of transaction? is issuing form c correct and proper? please reply

2098