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 |
Is empty function c++?
Explain how you can update memcached when you make changes to php?
Will react hooks replace redux?
Is php easy language to learn?
How we can get the number of elements in an array?
How to turn on the session support in php?
Which function would you use to insert a record into a database in php?
How can I use the COM components in php?
1 Answers Covansys, Rushmore Consultancy,
What does the scope of variables mean?
Explain about getters and setters in php?
How can we change the maximum size of the files to be uploaded?
What is framework in php for beginners?