How to get total number of elements used in array?
Answer / ch mounika
list_a = [1,2,3,4,5]
length_of_list = len(list_a)
print(length_of_list)
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what are psrs? Choose 1 and briefly describe it?
What is button in html?
What is preg_match?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
How to access a Static Member of a Class in PHP?
What is a php object?
Why ide is recommended for use while programming with php?
Is c similar to php?
What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
How are php sessions stored?
what are interfaces and Abstart classes
What is the maximum size of a table in mysql?