transaction in DBMS
DBMS DBMS Tutorials

Transaction in DBMS

Transaction in DBMS Transaction in DBMS is a logical unit of operations to be performed on Data stored in database. In this tutorial we will learn about basics of transaction, advantages and disadvantages of transaction. What is a Transaction in DBMS ? Transaction in DBMS is a series of instructions followed by a single user or […]

functional dependency in DBMS
database normalization DBMS Tutorials

Functional Dependency in DBMS

Functional Dependency in DBMS Functional Dependency in DBMS is the basic of Database Normalization. In this tutorial we will learn about Functional Dependency Concepts such as functional dependency introduction, functional dependency example .and Inference rules for functional dependency with example. Frequently Asked Questions Some frequently asked questions asked from functional dependency are are given below […]

matrix multiplication program in c
C Programming

Matrix Multiplication Program in C

Matrix Multiplication Program in C Matrix Multiplication Program in C is an important program for the C Programming Subject. Matrix Multiplication in C Program is generally asked in AKTU Examination. In this tutorial we have explained the Matrix Multiplication in C Program with implementation and output. This matrix multiplication with example program will be definitely […]

C Array Solved Programs
C programming Tutorials

Top 3 C Array Solved Programs

C Array Solved Programs C Array Solved Programs are discussed and explained in this tutorial. These programs are generally asked in technical interview and in university exam of C Programming. These Programs are based on One Dimensional Array in C. I hope that These c array solved programs will be beneficial for the students. Program […]

python programming questions
Python Programming Python Tutorials

Python Programming Questions for Practice

Python Programming Questions for Practice In this tutorial we have list down some important python programming questions for practice which are generally asked in technical interview and also in semester examination of different Universities. If are a beginners to Python Programming language or you have Python Programming as a Subject in Your Semester then these […]

Operators in C Programming
C Programming

Operators in C Programming

Operators in C Programming In this tutorial we will learn about Operators in C Programming. Various types of operators are explained with example. This tutorial will be useful for the students learning C Programming. Let’s start with introduction of Operators in C. Frequently Asked Questions Some frequently asked question from operators in C tutorial are […]

array of structure in c language
C Programming

Array of Structure in C Language

Array of Structure in C Language An array of structures in C Language can be seem as the collection of multiple structures variables where each variable contains information about different objects Array within structures in C are used to store information about multiple entities of different data types. The array of structures is also known […]