What is the default width for ouputting a long integer using the insertion operator?
No Answer is Posted For this Question
Be the First to Post Answer
class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.
What is a singleton class c++?
Why do we need c++?
Explain terminate() function?
Which algorithm do you like the most? Why?
How is objective c different from c++?
What is the advantage of c++ over c?
what are the iterator and generic algorithms.
Difference between class and structure.
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Write about the various sections of the executable image?
What is the use of this pointer in c++?