tech guide

Basic Windows command everyone should know

Hi, Here are some basic windows command that everyone one should remember. 1. Create New Folder mkdir -> make directory / Create a new folder in...

What is git? Why we use GitHub

GitHub is a platform by which you can collaboration and version control your project. That enables you & your team to remote collaboration on...

Implementation of stack using linked list with code example

Basic idea behind on How to write a program for linked list implementation of stack. Stack Program using Linked List concept Steps The Code push() function must...