1.what is the difference between software & package
&application.
Answer / rekha
software is like installer/program.package means set of all
whole pc.
| Is This Answer Correct ? | 18 Yes | 30 No |
Explain static and dynamic memory allocation with an example each.
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Why would you use pointers in c++?
Why do we use pointers in c++?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What is difference between class and structure in c++?
Can we declare destructor as static? Explain?
What is the real purpose of class – to export data?
What is setf in c++?
If I is an integer variable, which is faster ++i or i++?
Explain how the virtual base class is different from the conventional base classes of the opps.