PHP Interview Questions on Variables - 10
Question: 2
(A) $-a = 10;
(B) $1a = 10;
(C) $1a1 = 10;
(D) $a1 = 10;
Compiler
Level: Beginner Category of MCQ: variables
Question: 3
(A) $a1 = 10;
(B) $$a = 10;
(C) $$$a = 10;
(D) $1a = 10;
Compiler
Level: Beginner Category of MCQ: variables
Question: 7
(A) 1.67
(B) 1.60
(C) 1.6666666666667
(D) 1.0
Compiler
Level: Beginner Category of MCQ: variables
Question: 8
(A) 0
(B) 5-5
(C) $a-$a
(D) Compilation Error
Compiler
Level: Beginner Category of MCQ: variables