give example for static initialization of integer data type
Answers
Answered by
3
In Computer, static variables can only be initialized using constant. For example, following program fails in compilation static int i = 50;.
Similar questions