How can your reverse a sentence("I LOVE MY COUNTRY" to
"COUNTRY MY LOVE I")

Answer Posted / tanmoy saha

<?php

$main = 'I LOVE MY COUNTRY';

$main_arr = explode(' ',$main);
$rev_arr = array_reverse($main_arr);

echo implode(' ',$rev_arr);


?>

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Upps..., sorry my email id is this : preet405p@yahoo.com Thanks in advanced.

1662


what are the status have in QC(Test Management Tool). and how you report?

1461


Can you explain boundary value analysis?

668


How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.

1600


1.What is bidirectional traceability ??? and how it is implemented? 2.What is Automation Test frame work ? 3. Define the components present in test strategy? 4. Define the components present in test plan? 5. Have u written Test plan ?…. thank u!plz reply........

2254






I am having 2 years of experience in Manual Testing, 2marrow I have an interview with a Company. Which type of questions they will ask me?How should I prepare for interview?Please guide me so that I will clear the interview.

1759


How do you go about testing a project?

1441


In Manual testing how to test proxy servers? can u please explain with example?

1580


What is verification in software testing?

685


could anyone explain application testing in sequence order i don't have any experience in that

1524


Explain the difference between alpha testing and beta testing.

651


wat are the questions would the project leader ask about the project?? please do send the answers early.

6568


write test case for gmail sign up page?

3241


hai friends i need a general test cases for check box,drop down button and radio butoon can anybody reply me plz..........thanks in advance

1567


What does entry and exit criteria mean in a project?

704