Computer Science, asked by karthikallapiran, 3 months ago


The meaning of the keyword parameter is determined by:


1.the argument's name specified 2.along with its value
3.its value
4.its connection with existing 5.variables​

Answers

Answered by AryaPratap18
3

Answer:

2. with its value

Explanation:

A keyword parameter is a parameter whose value is determined by having a value assigned to the keyword name. Keyword parameters must be entered after all the positional parameters are entered (if there are any positional parameters to be entered), and then the keyword parameters can be entered in any order.

Answered by aditijaink283
0

Answer:

The meaning of the keyword parameter is determined by along with its value.

Explanation:

A keyword parameter is a parameter whose value is established by giving the keyword name a specific value. If there are any positional parameters that need to be entered, they must be entered first, followed by the keyword parameters, which can then be entered in any order. An illustration of a keyword and positional parameter is as follows: The first argument must always be ZSIPC because it is positional. The second parameter must always be ALTER because it is positional. The third parameter must always be INTERVAL because it is positional. It is only possible to enter the keyword TIME-xx in the fourth, fifth, or sixth locations. A keyword, PRIM=ccc, can only be entered in the fourth, fifth, or sixth positions.

Hence , The meaning of the keyword parameter is determined by along with its value.

#SPJ3

Similar questions