Computer Science, asked by prabhatryder007, 11 months ago

#include

using namespace std;
void trick(int *temp1, int *temp2) ;
{
int *temp=temp1;
temp1=temp2;
temp2=temp;
}
int main()
{
int a=100;
int b=200;
int c=300;
trick(&a,&b;
trick(&a,&c);
cout< }

Answers

Answered by ankita225
0

Answer:

Difference Between Management and Administration. Simply put, management can be understood as the skill of getting the work done from others. ... Broadly speaking, management takes into account the directing and controlling functions of the organization, whereas administration is related to planning and organizing function ...

Similar questions