11. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (d) |
12. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (b) |
13. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (d) |
14. |
Which is the right way of declaring a variable in PHP? i) $3hello ii) $_hello iii) $this iv) $This PHP માં વેરીએબલ declare કરવાની સાચી રીત કઈ છે? i) $3hello ii) $_hello iii) $this iv) $This
|
||||||||
Answer:
Option (d) |
15. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (c) |
16. |
Which of the following PHP statement/statements will store 111 in variable num? i) int $num = 111; ii) int mum = 111; iii) $num = 111; iv) 111 = $num; નીચેનામાંથી કયા PHP સ્ટેટમેન્ટ / સ્ટેટમેન્ટ્સ 111 ને વેરીએબલ નંબરમાં સ્ટોર કરશે? i) int $num = 111; ii) int mum = 111; iii) $num = 111; iv) 111 = $num;
|
||||||||
Answer:
Option (c) |
17. |
PHP automatically converts the variable to the correct data type, depending on its value. Because (PHP, તેની વેલ્યૂના આધારે વેરીએબલને આપમેળે સાચા ડેટા ટાઇપમાં ફેરવે છે. કારણ કે)
|
||||||||
Answer:
Option (a) |
18. |
Which operator is used to check if two values are equal and of same data type? (બે વેલ્યુ સમાન અને સમાન ડેટા ટાઇપ કે નહીં તે ચકાસવા માટે કયા ઓપરેટરનો ઉપયોગ થાય છે?)
|
||||||||
Answer:
Option (c) |
19. |
_______ is cocatenation operator in PHP? (PHP માં _______ કોકેટેનેશન ઓપરેટર છે.)
|
||||||||
Answer:
Option (b) |
20. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (a) |