Category: Blog

An Introduction to Pointers

Pointers are variables that hold address of another variable of same data type. Pointers are one of the most distinct and exciting features of C language. It provides power and

User Defined Data Types in C Language

User Defined Data Types in C Language In C programming language we have many user defined data types like structure, union, bit field, enumerator, typedef etc. The most commonly used

AJAX Technology its Working and Advantages

Introduction AJAX stands for Asynchronous JavaScript and XML Ajax is the most important technologies for the development of highly interactive web application and due to its Features it has become

Kruskal’s Algorithm for MST

Introduction of Minimum Spanning Tree (MST): It consists of three terms: Tree Spanning Tree Minimum Spanning Tree First, we discuss all these 3 terms: Tree: Tree is an acyclic connected

Binary Tree and It’s Representation

Binary tree is an important topic in computer science and is widely taught in technical courses like BCA and MCA programs. Students who want to build strong programming and data

Graph Data Structure and Types of Graph

Introduction: Graph data structure is one of the significant topics in computer science and has been extensively researched in the BCA course for having a grasp on data structures &