11. |
Which array cannot use for, while or do…while loop? (for, while અથવા do…while loop માં ક્યાં એરેનો ઉપયોગ કરી શકતા નથી?)
|
||||||||
Answer:
Option (b) |
12. |
A function name always begins with the keyword _________. (ફંકશન નામ હંમેશાં _________ કીવર્ડથી શરૂ થાય છે.)
|
||||||||
Answer:
Option (c) |
13. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (d) |
14. |
Which of the following is not a Built-in String functions in php? (નીચેનામાંથી કયા php માં બિલ્ટ-ઇન સ્ટ્રિંગ ફંકશન નથી?)
|
||||||||
Answer:
Option (d) |
15. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (b) |
16. |
When string1 is greater than string2 in strcmp() then what will be return? (જ્યારે સ્ટ્રિંગ 1 એ સ્ટ્રિંગ 2 કરતા વધારે હોય તો strcmp () માં return શું થશે?)
|
||||||||
Answer:
Option (c) |
17. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (b) |
18. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (a) |
19. |
Which function is used to Convert a string to lowercase letters? (Lowercase letters માટે સ્ટ્રિંગ કન્વર્ટ કરવા માટે કયા ફંક્શનનો ઉપયોગ થાય છે?)
|
||||||||
Answer:
Option (b) |
20. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (d) |