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
What are the different cost elements involved in implementing a process in an organization?
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
Test approach to windows update?
Discuss what test metrics you feel are important to publish an organization?
What is error cusing tecnique
how will the test plan is pepared in ur organisation>?
what are metrics and what are metrics did u collect in you are project
hi... guys can any one pls help me out.... I m civil engg graduate i want to come into s/w field... i have decided to do manual testing course. i know its not sufficient.. which r the other coures shall i do with this.. suggest me good atomation tool and SAP courses... thanks in advance.. i wil be thankfull to u all
What is positive and negative testing?
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
Can anyone tell me, What is wound fixing?
What are the differences between stlc and sdlc?
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
can anyone help me in getting unix on manual testing i.e can u forward material & web sites to my mail id (suresh_57599@yahoo.com) to understand how the work flow working on manual testing on unix and the contents.plzzzzzzzz help me its urgent.
Write a Test scenario for Outlook Search functionality.