What is binary object model?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How const functions will be treated by compiler?

3 Answers   Symphony,


What is the error in the code below and how should it be corrected?

0 Answers  


How many types of scopes are there in c++?

0 Answers  


What are activex and ole?

0 Answers  


What is static function? Explain with an example

0 Answers  






Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

0 Answers  


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?

2 Answers   Nokia,


How did c++ get its name?

0 Answers  


What is the real purpose of class – to export data?

0 Answers  


How should a contructor handle a failure?

0 Answers  


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 Answers   Quark,


Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


Categories