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 |
where do we use htaccess?
How do you pass a variable by value?
What the difference between WAMP5 1.7.3 and WampServer 2?
What is the use of extract function in php?
what is the maximum size of databasi in mysql?
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
Why session is required?
What is empty () in php?
Explain me difference between mysql_connect and mysql_pconnect?
What is strlen function in php?
What is better .net or php?
What is a persistence cookie?