6. Which of the following is not mandatory in a variable declaration
Answers
Answered by
1
Answer : initialization of a variable is not necessary.
Example :
int a; Is necessary
but int a=10 is not necessary
Example :
int a; Is necessary
but int a=10 is not necessary
Similar questions