- Computer Fundamental
- Os
- QBASIC
- FOX PRO
- Question Papers
- Data Structure
- Visual Basic
- Tech
My Sql syntax and Examples. 1.) How to insert a column in table? → Syntax: Alter table <Table Name> add <Column Name Datatype(size)>; →…
Read moreMy Sql syntax and Examples. 1.) How to create users? → Syntax : Create user username identified by password; → Example: Create user techno ident…
Read more1.) What is oracle? - Oracle is a powerful relational database software developed by " Larry Ellison " & his friend " Bob Mi…
Read moreIf you want to learn Data Base Managememt pratically you needs Oracle software to perform querries. Click to download Oracle 11G Software 👉 …
Read moreWrite a program to perform deletion operation on Array. - #include
Write a program to perform insertion operation on Array. - /* Prg for insertion. *…
Linked-List- It is a collection of connected or arrangement of nodes in which each nod…
Shell Sort Write a program to perform shell sort. /* Prg to perform shell …
Insertion Sort Write a program to perform insertion sort. /* Prg to perfor…
Selection Sort Write a program to perform selection sort. /* Program to perform …
Bubble SortWrite a program to perform bubble sort./* Program to perform bubble sort. *…
Sorting:-- The process of arranging/ordering/sequencing elements in a particular order…
Write a program to perform reversal operation on Array. /* Program to print reverse or…
Write a program to perform concatenation operation on Array. /* Program for concate…
Write a program to perform deletion operation on Array. - #include
Write a program to perform insertion operation on Array. - /* Prg for insertion. *…
Linked-List- It is a collection of connected or arrangement of nodes in which each nod…
Shell Sort Write a program to perform shell sort. /* Prg to perform shell …
Connect with us