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


Please Help Members By Posting Answers For Below Questions

What are stacks? Give an example where they are useful.

598


How does a copy constructor differs from an overloaded assignment operator?

568


Write is a binary search tree? Write an algo and tell complexity?

606


What are the operators in c++?

607


Explain the auto storage classes in c++.

612






What is lvalue?

708


How does code-bloating occur in c++?

762


How a macro differs from a template?

652


What does extern mean in a function declaration in c++?

712


Do you know the problem with overriding functions?

580


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

3379


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

625


Explain bubble sorting.

641


Is swift a good first language?

594


What is a tree in c++?

567