Computer Science, asked by sinchanadaffodils, 5 months ago

give example for static initialization of integer data type​

Answers

Answered by PFLA
3

In Computer, static variables can only be initialized using constant. For example, following program fails in compilation static int i = 50;.

Similar questions