1.

What Is The Meaning Of Signature Of A Procedure?

Answer»

The signature of a procedure refers to:

  •  The name of the procedure
  •  The datatype of the PARAMETERS
  •  The MODES of the parameters
  •  The number of parameters
  •  The datatype of the return value in case of FUNCTION

The signature of a procedure refers to:



Discussion

No Comment Found