C

Data Structures Practice Questions

The following list provides important Data Structures Practice Questions. Write a program to implement following operation on one dimensional array (i) Insertion (ii) Deletion (iii) Traversal (iv) Reverse (v) Merge Create an application to Sort an array (menu driven) using: (i) BUBBLE SORT (ii) MERGE SORT(iii) INSERTION SORT (iv) SELECTION SORT Write a program to …

PHP

PHP Practice Questions

The following PHP Practice Questions help you gain expertise in PHP language. Write regular expressions including modifier operators and metacharacters. Create a program to show the usage of the nested if statement. Develop a Program in PHP for type Casting of Variables Create a PHP application to show the usage of the switch-case statement. Write …