Answer Posted / keshav mishra
It is 24 Hour in PHP.
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All 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.
What is the function file_get_contents() usefull for?
Tell me what is the use of isset() in php?
What does $_env mean?
What is php glob?
Explain me what is the use of 'print' in php?
Is php front end or back end?
What is the output of the following php code?
Is polymorphism inherited?
Where php language is used?
How do I run a php script?
What is the difference between md5(), crc32() and sha1() crypto on php?
What is php sequence?
How to insert an new array element in array?
How can we check the value of a given variable is alphanumeric?