Functions
this function work only once. the pinmodes are declared here
this function loops just its name
this function is user to declare the pin number. As well as to declare whether the pin will be input or output.
e.g.
pinMode(pin-num, OUTPUT);
pinMode(pin-num, INPUT);