PHP Practical Slip 17 Q.B
Create an online flight registration form. On the first page accept name, address,birthdate, and mobile number. On the second page […]
Create an online flight registration form. On the first page accept name, address,birthdate, and mobile number. On the second page […]
Write a PHP script to define a function Even Odd, which will display even andodd numbers between 1 to 50.
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 to implement Static implementation of stack of integers with following operation: -Initialize (), push(), pop(), isempty(),
Write a C program accept the polynomial and display it in format e.g. 6x^4+2x^2+5x^1+3
Write a ‘C’ program to sort elements of a singly linked list in ascending order and display the sorted List.
Write a C program to display Indegree and outdgree degree of each vertex.
Write a C program to implement a singly linked list with Create and Display operation.