Computer Science, asked by rmirchandani4795, 18 days ago

How many ways are there in C, to initialize a variable?

Answers

Answered by dhanyatha9610
0

Explanation:

This assignment of value to these variables is called initialization of variables. Initialization of a variable is of two types: Static Initialization: Here, the variable is assigned a value in advance.

Similar questions