What is the full form of ios?
No Answer is Posted For this Question
Be the First to Post Answer
What does the linker do?
What is binary object model?
What is the keyword auto for?
What do you know about friend class and friend function?
What is vector string in c++?
What is the latest c++ standard?
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.
What are the different data types present in C++?
Explain deep copy?
How are Structure passing and returning implemented by the compiler?
Floating point representation and output seems to be compiler dependent?
Define macro.