1.

PHP’s numerically indexed array begin with position ___________(a) 1(b) 2(c) 0(d) -1I had been asked this question in exam.This interesting question is from Arrays-1 in portion Arrays and Functions of PHP

Answer»

The correct CHOICE is (c) 0

The BEST explanation: Like all the other programming languages, the FIRST element of an array always STARTS with ‘0’.



Discussion

No Comment Found

Related InterviewSolutions