Q1) Write a PHP script for the following: Design a form to accept a string. Write a function to count the total number of vowels (a,e,i,o,u) from the string. Show the occurrences of each vowel from the string.Check whether the given string is a palindrome or not, without using built-in function.(Use radio buttons and the concept of function.Use‘include’construct or require stmt.)
Tuesday, January 31, 2023
All PHP Solved Slips
Sunday, January 29, 2023
Doubly Linked List Insertion
Hello Friends,
Today we discuss about Doubly Linked List Insertion Functions:
Function for insert at first Position or Insert at Beginning:
Function for Insert at Specific Position or Insert In between:
Function For Insert at Last Position:
Full Program for Insertion:
For Run Program With out any error use full Program.
Circular Singly Linked List Deletion
Hello Friends,
Today we discuss about Circular Singly Linked List Deletion
Function for Delete Node From Beginning or Delete First Node:
Function for Delete Node From Specific Position or Delete in between:
Function for delete last Node:
Full Program For Deletion:
For Run Program with out any error use full program.
Saturday, January 28, 2023
Circular Singly Linked List Insertion Functions
Hello friends,
Today we discuss about Circular Singly Linked List.
Create a circular singly linked list:
Function Create:
Function Display:
Function Insert Node at Beginning:
Function Insert Node at specific position or insert inbetween:
Function Insert Node at last Position:
Full Program For Circular Singly Linked List Insertion:
For Execute Program Properly use Full Program.
Sunday, January 15, 2023
Singly Linked List Delete Last Node
Singly Linked List Delete Specific Node or We also say In between
hello Guys,
Singly Linked List Insert at specific position or in between function.
Function For Deleting Specific Node:
Full Program:
Output:
Singly Linked List Delete First Node From Linked List
Welcome Friends,
Singly Linked List Delete First Node Function. It Just a Three Line Code. For Execute this, Use Full Program.
Function for Delete First Node:
Full Program:
Output: