Q. Define Public Identifiers?
Public Identifiers: A public identifier is one which is defined within one module of a program however potentially accessible by all of the other modules in that program. You can declare an identifier to be public by including it on a PUBLIC directive in the module in that it's defined.