Computer Science, asked by kush6946, 2 months ago

Which procedure is used by the programmer to define a new statement keyword?

Answers

Answered by pragyantiwari098
0

Answer:

A procedure is a subprogram that performs a specific action. You must declare and define a procedure before invoking it. You can either declare and define it at the same time, or you can declare it first and then define it later in the same block or subprogram.

Similar questions