41. |
A function in PHP which starts with _____ (double underscore) is known as _______ . (PHP માં જે __(ડબલ અન્ડરસ્કોર) થી શરૂ થાય છે તે _______ તરીકે ઓળખાય છે.)
|
||||||||
Answer:
Option (c) |
42. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (c) |
43. |
Which of the conditional statements is/are supported by PHP? i) if statements ii) if-else statements iii) if-elseif statements iv) switch statements કયુ conditional statements PHP દ્વારા સપોર્ટેડ છે? i) if statements ii) if-else statements iii) if-elseif statements iv) switch statements
|
||||||||
Answer:
Option (d) |
44. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (a) |
45. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (c) |
46. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (b) |
47. |
Which of the looping statements is/are supported by PHP? i) for loop ii) while loop iii) do-while loop iv) foreach loop PHP દ્વારા કયા લૂપીંગ statement સપોર્ટેડ છે? i) for loop ii) while loop iii) do-while loop iv) foreach loop
|
||||||||
Answer:
Option (c) |
48. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (d) |