Computer Science, asked by jyotibbgupta, 1 month ago

what is variable initiation in computer subject​

Answers

Answered by mpv12pk024
0

Answer:

Initializing a variable means specifying an initial value to assign to it (i.e., before it is used at all).The variable line is not initialized before we request to print it (the error is detected at compile time).

Explanation:

I hope it helps please mark me as brainliest

Similar questions