What is == and === in php?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different functions in sorting an array?
Tell me which function gives us the number of affected entries by a query?
Do you know what is use of count() function in php?
What is array filter php?
Why do we use polymorphism in php?
How to calculate the difference between two dates using php?
How to include a file code in different files in php?
Why we use get in php?
How to create a public static method in PHP?
Is php a programming language?
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.
Write a program to swap two numbers using php.