AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6314
What is the output of the foll...
What is the output of the following? echo strcmp('first', 'second'), ", "; echo strcmp('44', '054'), ", "; echo strcmp('0x80', 'a'), ", "; echo strcmp('a', 'A');
-1, 1, -1, 1
Correct
Feedbacks
JustMastodon
-
2 years ago
Upvoted this question
Similar IT-6314 questions
What is the output of the following code snippet? $str = 'asdfghyo off on off'; $replacepairs = arra...
Which statement will evaluate and include a file into the location where it is called.
What is the output of the following code? $a=1; ++$a; $a*=$a; echo $a- -;
Which is identified as a special variable, which can store multiple values in one single variable?
Which of the following employeeid will be displayed?
Which of the following statements contains an error?