Types of Software Maintenance & Importance of Software Maintenance
There are 4 types of software maintenance - Corrective, Adaptive, Perfective and Preventive. All these 4 types of software maintenance are discussed here....
6 Years Ago
What is Cursor in PL/SQL - Types of Cursors with Example.
Cursor in PL/SQL: The cursor is nothing but a pointer to the context area. Normally, the cursor is used when we need to process multiple rows of data....
6 Years Ago
What is Cursor in PL/SQL - Types of Cursors with Example.
Cursor in PL/SQL: The cursor is nothing but a pointer to the context area. Normally, the cursor is used when we need to process multiple rows of data....
6 Years Ago
Addressing Modes in 8051 Microcontroller
Addressing modes in 8051: The CPU can access data in various ways. The data could be in register or in memory or may be provided as an immediate value....
6 Years Ago
Addressing Modes in 8051 Microcontroller
Addressing modes in 8051: The CPU can access data in various ways. The data could be in register or in memory or may be provided as an immediate value....
6 Years Ago
Difference Between Structure and Union in C - Tabular Form
Read the Difference between structure and union and their similarities in c programming with example program. The 8 major differences you should know....
7 Years Ago