Computer Science, asked by yashaskathyayin, 11 months ago

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 abhishekbhandari0611
0

local variable b is not declared

Similar questions