PHP Practical Slip 9 Q.A
Write a PHP script to swap two numbers using a function. (Use Call by value and Call by reference).
Write a PHP script to swap two numbers using a function. (Use Call by value and Call by reference).
Write a PHP script to define a function Maximum, which will accept 3 numbers as parameters and returns a maximum
Write a ‘C’ program to accept n elements store those elements in array and findand replace a given number.
Write a a PHP script to define a function Even Odd, which will display even and odd numbers between 1
Write a program to reverse the elements of a queue (Use Static implementation of Queue)
Write a PHP script to calculate the factorial of a number using a function.
Write a PHP Script for the following:Declare and Display a multidimensional Array.Search and display a specific element from a Multidimensional
Write a ‘C’ program which accepts the string and check whether the string is Palindrome or not using stack. (Use
Write a C Program to find the product of all leaf nodes of a binary tree