In previous part we have seen how to create the node and hoe to connect them to form a single list. If you haven't …
Before starting , if you haven't read our previous posts about linked list then click here . A single linked list m…
What is Linked List? Lets understand through an example, lets say we maintain list i memory. There two ways to store …
Self Referential Structure The structures in which one or more pointers points to the structure of same type. struct se…
Null Pointer We have already seen the void pointers in our previous blog. If you haven't read it then click here Af…
Void Pointers Before moving toward the advance topics of Data Structure lets understand first some simple topics like v…
Data Structure Before moving towards the data structure we need to understand what is data ? Data means simply the q…
Data Structure Types A data structure is the organization of the data in a way so that it can be used efficiently. Ther…
Data Type T he data type of a value or variable in some contexts is an attribute that tells what kind of data that v…
struct
Copyright (c) 2021 TechCare742 All Right Reseved