Answer:
C) A quarter was worth less than is used to be.
Explanation:
I got this answer wrong when I chose B.
Answer:
#include<iostream>
#include<iomanip>
using namespacestd;
int main ()
{
int x1[3][3]={1,2,3,4,5,6,7,8,9};
int x2[3][3];
int i,j;
for(i=0;i<3;i++)
for(j=0;j<3;j++)
x2[i][j] = x1[i][j];
cout<<"copy from x1 to x2 , x2 is :";
for(i=0;i<3;i++)
for(j=0;j<3;j++)
cout<<x2[i][j]<<" ";
cout<<endl;
system("pause");
return 0;
}
/* Sample output
copy from x1 to x2 , x2 is :1 2 3 4 5 6 7 8 9
Press any key to continue . . .
*/
Explanation:
Answer:
Outsourcing
Explanation:
Outsourcing is a business practice to use third party companies outside business to complete task which were previously done by in-house teams.
Outsourcing is a good cost cutting technique while not compromising very much on the services provided by the business.
There are many pros and cons associated with this technique
Following are some pros
- Outsourcing some work increase the efficiency of in house team as they have less work load and they can better focus on their work
- Outsourcing work significantly cuts the cost with access to more skilled expertise.
- Outsourcing let's you better risk manage. As risk management is shared between both the companies.
Following are some cons
- Biggest con of outsourcing is loss of control.When you give your product to a third company to do it for you, you loss control of the product.
- With less involvement of the owning business innovation process may see slow growth in out sourced projects
Answer:
Remote sensing gives the soil moisture data and helps in determining the quantity of moisture in the soil and hence the type of crop that can be grown in the soil. ... Through remote sensing, farmers can tell where water resources are available for use over a given land and whether the resources are adequate.