What is binary object model?
No Answer is Posted For this Question
Be the First to Post Answer
How const functions will be treated by compiler?
What is the error in the code below and how should it be corrected?
How many types of scopes are there in c++?
What are activex and ole?
What is static function? Explain with an example
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?
How did c++ get its name?
What is the real purpose of class – to export data?
How should a contructor handle a failure?
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.
Write the program for fibonacci in c++?