Related Articles
Storage Classes in C
Table of Contents1 Storage Classes in C1.1 Frequently Asked Questions1.2 What is Storage Class in C ?1.3 Types of Storage Class1.3.1 1. Automatic variables and Auto storage class.1.3.2 2. External variables and External storage class.1.3.3 These are same as global variables.1.3.4 3. Static variables and Static storage class.1.3.5 4. Register variables and Register storage class.1.3.6 […]
Transaction Control Language in DBMS
Table of Contents1 Transaction Control Language in DBMS with Example1.1 What is Transaction ?1.2 What is Transaction Control Language ?1.3 TCL Commands example1.4 1. CΟMMIT Command in TCL1.5 2. RΟLLBACK Command1.6 3. SAVEPOINT1.7 Conclusion and Summary Transaction Control Language in DBMS with Example Transactiοn Cοntrοl Languagе in DBMS is a cοmputеr languagе and a subsеt […]
Conditional Statements in C Programming
Table of Contents1 Conditional Statements in C Programming1.1 Frequently Asked Questions1.1.0.1 Also Read – Evolutionary Model in Software Engineering1.2 What are Conditional Statements in C Programming?1.3 Types of Conditional Statements in C1.4 1.If Statement in C1.5 2.if-else Statement in C1.6 2.if-else Statement in C1.7 3. Nested if-else Statement1.8 4.if-else-if Ladder Statement in C1.9 5 . […]