Write a program to find a string is palindrome or not?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

How long does a session last in php?

0 Answers  


What is difference between required and require_once in php?

0 Answers  


How to pass an argument to a function?

0 Answers  


What is the difference between php and javascript?

0 Answers  


What and How possible injection in PHP and mysql?

3 Answers   RedAlkemi,


What is mysql_fetch_object?

0 Answers  


What is the difference between single quoted string and double quoted string?

0 Answers  


Tell me how is the ternary conditional operator used in php?

0 Answers  


What is form submission?

0 Answers  


What’s the special meaning of __sleep and __wakeup?

0 Answers  


What is pdo in php why use?

0 Answers  


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

0 Answers   Amazon, FGD,


Categories