How does code-bloating occur in c++?
No Answer is Posted For this Question
Be the First to Post Answer
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
How can a struct in c++ differs from a struct in c?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
Explain overriding.
Is turbo c++ free?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Describe the advantage of an external iterator.
What is the use of dot in c++?
Write a Program to find the largest of 4 no using macros.
What is the main function c++?
what do you mean by memory management operators
What is constant in c++ with example?