41. |
When two strings are exactly equivalent strcmp() returns what? (જ્યારે બે સ્ટ્રિંગ સમાન હોય ત્યારે strcmp() શું returns કરે છે?)
|
||||||||
Answer:
Option (b) |
42. |
When string1 is less than string2 in strcmp() then what will be return? (જ્યારે સ્ટ્રિંગ 1 એ સ્ટ્રિંગ 2 કરતા ઓછી હોય તો strcmp () માં return શું થશે?)
|
||||||||
Answer:
Option (d) |
43. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (a) |
44. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (a) |
45. |
What is the syntax of str_replace() function? (str_replace() ફંક્શનની સિન્ટેક્સ શું છે?)
|
||||||||
Answer:
Option (a) |
46. |
In strrpos() function, Finds the position of the _______ occurrence of a string inside another string. (strrpos () ફંક્શનમાં, બીજી સ્ટ્રિંગની અંદરની સ્ટ્રિંગની _______ occurrence ની position શોધે છે.)
|
||||||||
Answer:
Option (b) |
47. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (c) |
48. |
What is the return of chr() function in PHP? (PHP માં chr () ફંક્શન શું રિટર્ન કરે છે?)
|
||||||||
Answer:
Option (c) |
49. |
What is the return of ord() function in PHP? (PHP માં ord() ફંક્શન શું રિટર્ન કરે છે?)
|
||||||||
Answer:
Option (b) |
50. |
Is this strcmp() function case sensitive? (શું આ strcmp () ફંક્શન case sensitive છે?)
|
||||
Answer:
Option (a) |