Looking at the piece of code, which of he following statement is true? If int a;b b=5 1)Local variable a is not declared. 2)Local variable b is not declared. 3) Local variable a is declared but not initialized. 4)Local variable b is declared but not initialized. 5)Local variable b is initialized but not declared.
Answers
Answered by
0
local variable b is not declared
Similar questions