1.what is the difference between software & package
&application.
Answer Posted / rekha
software is like installer/program.package means set of all
whole pc.
| Is This Answer Correct ? | 18 Yes | 30 No |
Post New Answer View All Answers
Why we use #include iostream in c++?
How is modularity introduced in C++?
Define the process of error-handling in case of constructor failure?
What is struct c++?
Explain the operation of overloading of an assignment operator.
the maximum length of a character constant can be a) 2 b) 1 c) 8
Tell me difference between constant pointer and pointer to a constant.
What is #include cmath?
What's the order in which the local objects are destructed?
what is C++ exceptional handling?
What is c++ hash?
Can we use pointers in c++?
Is there structure in c++?
Difference between overloaded functions and overridden functions
What is this weird colon-member (" : ") syntax in the constructor?