Computer Science, asked by royalshiekh52, 9 months ago

if no parameter specified in declaration then declaration what will be?

Answers

Answered by OnlyStudy21
1

A declaration of a variable is where a program says that it needs a variable. For our small programs, place declaration statements between the two braces of the main method. The declaration gives a name and a data type for the variable. It may also ask that a particular value be placed in the variable.

Similar questions