PHP Controls Structures Mcqs

Our collections of Multiple choice questions and answers focuses on study of PHP Controls Structures. These questions are chosen from a collection of most authoritative and best reference books on PHP Language. Our aim is to prepare an individual for competitive exams like NTS, GAT, ECAT, University and College entrance exams and various tests and job interviews. One should practice our Mcqs to assimilate PHP Controls Structures Topics comprehensively.

1.
Global $count; this statement indicates what?

A variable is declared with that name of global

A constant is defined

Count variable declaration

Count variable declaration with global scope

6.
Which loop evaluates condition expression as Boolean, if it is true, it executes statements and when it is false it will terminate?

For loop

For each loop

While loop

All of them

7.
Basic syntax for calling a function is

Function_name (experssion1, expersion2)

(experssion1 : Function_name, expersion2 : Function_name)

(experssion1, expersion2)

None of them

0Shares
0
Scroll to Top