Question
According to Section 37 of the Code on Wages, 2019,
under what circumstances is an employer entitled to deduct a portion of the bonus payable to an employee?Solution
Ans. b, As per Section 37- Where in any accounting year,— (a) an employer has paid any puja bonus or other customary bonus to employee; or (b) an employer has paid a part of the bonus payable under this Code to an employee before the date on which such bonus becomes payable, then, the employer shall be entitled to deduct the amount of bonus so paid from the amount of bonus payable by him to the employee under this Code in respect of that accounting year and the employee shall be entitled to receive only the balance.
What is the final value of x after the following C++ code snippet executes?
  int x = 10;
  for (int i = 0; i < 3; ++i) {
�...
Which of these is a feature of cloud elasticity?
Which system is used for strategic planning by top executives?
Which of the following is the primary function of an Operating System?
When a large number of analog signal is to be converted to digital form, an analog multiplexer is used. The best suites analog to digital converter for ...
Consider the following C code snippet:
  #include
  int factorial(int n) {
    if (n == 0) {
  ...
What does the term "code optimization" refer to in the context of software development?
What is a significant disadvantage of having too many indexes on a database table?
What is the primary benefit of using comments in code?
Which of the following data structures is most suitable for implementing a priority queue with efficient insertion and deletion operations based on prio...