Computer Science, asked by salnisamarak15, 5 hours ago

what is declaration section of the program.​

Answers

Answered by lakhanitaskin31
0

Answer:

A declaration or declare may refer to any of the following:

1. In programming, a declaration is a statement describing an identifier, such as the name of a variable or a function. Declarations are important because they inform the compiler or interpreter what the identifying word means, and how the identified thing should be used.

A declaration may be optional or required, depending on the programming language. For example, in the C programming language, all variables must be declared with a specific data type before they can be assigned a value.

Answered by ranikumari10674
0

Answer:

in programming , a declaration is a statement describing an identifier , such as the name of a variable or a function .

Similar questions