answersLogoWhite

0

What else can I help you with?

Related Questions

What is hasawa stand for?

Health And Safety At Work Act (Common abbreviations used are HSWA 1974, HASWA, or HASAWA).


What does accident mean in hasawa?

it means


What dos hasawa stand for?

HASAWA was established in 1974 and it means Health and Safety at Work Act and it is used to protect people at work.


What does hasawa stand for?

Health and Safety at Work etc. Act 1974.


What are the 4 main objectives of HASAWA?

The Health and Safety at Work Act 1974 (HASAWA) has four main objectives: to ensure the health, safety, and welfare of employees at work; to protect others who may be affected by work activities, such as the public and contractors; to promote a safe working environment through effective risk management; and to encourage employers and employees to collaborate on health and safety matters. This legislation establishes a framework for managing workplace safety and emphasizes the shared responsibility between employers and employees.


When was ohs introduce to Fiji?

The OHS legislation was introduced in 1996 with the enforcement of the Health and Safety at Work Act (1996) HASAWA. It is administered by the Occupational Health and Safety advisory services under the Ministry of Labour, Industrial Relations and Employment.


List of header files in c?

#include<stdio.h> #include<conio.h> #include<stdlib.h> #include<graphics.h> #include<time.h> #include<limits.h> #include<alloc.h> and many more


What is the prefix for include?

The prefix for include is in-. This prefix means not.


What to do when compiler is not accepting include files?

You have to specify where the include-directories are.Example for gcc: -I/usr/local/include -I/usr/include


What is the present tense of include?

"Include" is the present tense form.I includeWe includeYou includeHe/she includesThey include


What are the common header files use in C programming?

# include <stdio.h> # include <conio.h> # include <stdlib.h> # include <string.h>


How is the header file include within a program?

#include or#include "nameoftheader"