1. |
PHP’s numerically indexed array begin with position ___________. (PHP ની ન્યૂમેરિક index એરે ___________ positionથી શરૂ થાય છે.)
|
||||||||
Answer:
Option (a) |
2. |
Which of the following are correct ways of creating an array? i) state[0] = "gujarat"; ii) $state[] = array("gujarat"); iii) $state[0] = "gujarat"; iv) $state = array("gujarat"); નીચેનામાંથી એરે create કરવાની યોગ્ય રીતો કઈ છે? i) state[0] = "gujarat"; ii) $state[] = array("gujarat"); iii) $state[0] = "gujarat"; iv) $state = array("gujarat");
|
||||||||
Answer:
Option (a) |
3. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે? )
|
||||||||
Answer:
Option (d) |
4. |
Which function is used to return the length (the number of elements) of an array? (એરેની length (એલિમેંટની સંખ્યા) રિટર્ન કરવા કયા ફંક્શનનો ઉપયોગ થાય છે?)
|
||||||||
Answer:
Option (a) |
5. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (a) |
6. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (c) |
7. |
Which of the functions is used to sort an array in descending order? (ઉતરતા ક્રમમાં એરેને સોર્ટ કરવા માટે કયા ફંક્શનનો ઉપયોગ થાય છે?)
|
||||||||
Answer:
Option (c) |
8. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (c) |
9. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (c) |
10. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (b) |