Answer Posted / ravi
Bjarne Stroustrup
Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
Can static member variables be private?
What is oops in c++?
Explain about templates of C++.
What is the need of a destructor? Explain with the help of an example.
Can I learn c++ without c?
What are the four partitions in which c++ compiler divides the ram?
Is overriding possible in c++?
What is the header file for setw?
What's the "software peter principleā?
Write a program to find the Factorial of a number
what is VOID?
What do you mean by function and operator overloading in c++?
What is void pointer in c++ with example?
Define stacks. Provide an example where they are useful.
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?