Question
If the total employees left in November from company B
and D join another company E, which consists of 500 employees previously, then find the difference between the total employee at present in company E and the number of employees join in March in company A and C together. Read the following information carefully and answer the given questions: The pie chart given below shows the percentage distribution of the number of employees joined in four different companies in March. The table shows the number of employees till February in each of the company and number of employees left in November in each company. Note: No employee left or joins in any company in any month other than the given data. Number of employee remains at the end of November in company D is 1120.Solution
Let number of employees add in the month of March in Company D be x. => 424 + x β 216 = 1120 => x = 912 Total number of employees in March month = (912/12) x 100 = 7600 Total employees at present in company E = 500 + 272 + 216 = 988 Number of employees join in March in company A and C together = 1900 + 2128 = 4028 Required difference = 4028 β 988 = 3040
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?