Definitions for "Declarator"
A form of action by which some right or interest is sought to be judicially declared.
a form of action to have some right or interest declared by law
order of court in a dispute declaring a party's rights. Frequently sought as preliminary to interdict
Keywords:  aix, array, commas, symbols, syntax
The part of a declaration that names an object, type, or function. In C/C++, declarators appear in a declaration as one or more names separated by commas; each name can have an associated initializer.
An identifier and optional symbols that declare a single function, object or data type within a declaration. See array declarator, function declarator.
In the AIX operating system, an identifier and optional symbols that describe the data type. See array declarator, function declarator.