Explain queue. How it can be implemented?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Is it possible to get the source code back from binary file?
What is c++ iterator?
write a porgram in c++ that reads an integer and print the biggest digit in the number
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What do you know about near, far and huge pointer?
what is the emaning of '#include" "'?
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
Specify different types of decision control statements?
What does obj stand for?
How the endl and setw manipulator works?
What's the best free c++ profiler for windows?