For the below mentioned code snippet:
var o = new Object();
The equivalent statement is:
A.var o = Object();
B.var o;
C.var o= new Object;
D.Object o=new Object();
Answers
Answered by
0
C) is the answer mate
Similar questions
Math,
7 months ago
Geography,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Hindi,
1 year ago
English,
1 year ago