Php Interview Questions & Answers: part4



Php Interview QUESTIONS AND ANSWERS :: part4 : 6 to 10

Following PHP Multiple choice objective type questions and answers will help you in many software compnaies written examinations and inteview 2015 :

6.Which of the following are correct ways of creating an array? i) state[0] = “karnataka”; ii) $state[] = array(“karnataka”); iii) $state[0] = “karnataka”; iv) $state = array(“karnataka”);

iii) and iv)
ii) and iii)
Only i)
ii), iii) and iv)

7.What will be the output of the following PHP code?

welcome to India
welcome to india
Welcome to India
Welcome to india

8.PHP’s numerically indexed array begin with position __.

1
2
0
-1

9.Which function returns an array consisting of associative key/value pairs?

count()
array_count()
array_count_values()
count_values()

10.What will be the output of the following PHP code?

I love my country
i love my Country
I love my Country
I Love My Country

More Php Interview QUESTIONS AND ANSWERS available in next pages

    Health is the greatest gift, contentment is the greatest wealth -Buddha
The only place where success comes before work is in the dictionary.- Vidal Sassoon