Latest Post
History of C and C++ Languages and There Difference.
History of C and C++ Languages and There Difference.
C and C++ are both programming languages, but they have some key differences.
C is a procedural programming language that was first developed in the early 1970s....
Introduction to Online Analytical Processing and Data Mart
Introduction to Online Analytical Processing and Data Mart
Online Analytical Processing
OLAP is computer processing that enables a user to easily and selectively extract and view data from different point of view. OLAP is best known...
Introduction to Data Warehouse
Introduction to Data Warehouse
A data warehouse is a relational database that is designed for query and analysis rather than for transaction processing. It usually contains historical data derived from transaction data, but it can...
Introduction to Advance Database System
Introduction to Advance Database System
ABSTRACT
Data is collection of raw facts and figure which is basic for decision making. Anything which is unorganized is called data. Database is collection of data, which is organized in...
What is Ternary Operator in C programming with example
What is Ternary Operator in C programming with example
Ternary Operator
In the C language ternary operator is allowing for executing or running any code based on the given value to the condition, and the condition...
What is Conditional Statement in C programming
What is Conditional Statement in C programming
Conditional Statement
Conditional Statements in C programming are used to make decisions based on the different conditions. Conditional statements execute sequentially when there is no condition around the statements....
C programming if else statement
C programming if else statement
Conditional Statements in C programming are used to make decisions based on the conditions. Conditional statements execute sequentially when there is no condition around the statements. If you put some...
Types of instructions in C programming
Types of instructions in C programming:
C Instructions
C instructions are the commands in the program that instructs the compiler to do certain action. Basically it gives the instruction to the compiler on how to achieve...