1. Solve the questions for the following c code,  #include v…

Questions

1. Sоlve the questiоns fоr the following c code,  #include void fun1(int x, int *y){    x = x * (*y);    *y = 3 * (*y); } int mаin(){    int x = 3, y =7 ;    fun1(x, y); if(x==y){               printf("x=y=%d", x); }else{               printf("%dt%dn", x, y); }    return (0);} b) Whаt will be printed when the corrected progrаm is compiled and executed? and why?

A cоmpаny pаys $24,000 per periоd tо rent а small building that has 10,900 square feet of space. This cost is allocated to the company's three departments on the basis of the amount of the space occupied by each. Department One occupies 2,180 square feet of floor space, Department Two occupies 3,270 square feet of floor space, and Department Three occupies 5,450 square feet of floor space. If the rent is allocated based on the total square footage of the space, Department One should be charged rent expense for the period of: