Showing posts from February, 2020

Basic programs for begineers part-2 using C language

Basic programs for the begineers      Part -2 :-     Lab Practical pro…

Basic programs for the begineers using c language

Basic programs for the begineers :-    Lab Practical program…

Program to implementation of a sparse matrix using array in C language

A Sparse matrix is a matrix in which the maximum elements are zero. He…

Program to reverse a singly linked list using C language

Program to reverse  a singly linked list  A singly linked list is a type of…

Queue Implementation using Linked List and array with algorithm

Queue Implementation using Linked List A  Queue is a FIFO list that m…

Binary search tree program

Binary Search Tree Program The search opertions is performed in the binary …

PUSH AN ELEMENT IN STACK USING ARRAY

PUSH AN ELEMENT IN STACK USING ARRAY #include<conio.h> #include<s…

DOUBLY LINKED LIST

DOUBLY LINKED  LIST PROGRAM USING C LANGUAGE This program is about creat…

INSERT A NEW NODE AT THE END

INSERT A NEW NODE AT THE END   #include<stdio.h> #include<conio.h…

INSERT A NEW NODE AT BEGINIING

INSERT A NEW NODE AT BEGINIING   IN THE LINKED LIST USING C LANGUAGE #inclu…

INSERT BEFORE AND AFTER

INSERT NEW NODE BEFORE AND AFTER  IN THE LINKED LIST USING C LANGUAGE #inclu…

reverse a word using stack

Reverse a word using stack  #include<conio.h> #include<stdio.h>…

Load More That is All