Taylor Emma

A senior editor for The Mars that left the company to join the team of SenseCentral as a news editor and content creator. An artist by nature who enjoys video games, guitars, action figures, cooking, painting, drawing and good music.
2363 Articles

Doubly Linked List

Doubly Linked List is a variation of Linked list in which navigation…

Taylor Emma

Single Linked List

What is Linked List? When we want to work with an unknown…

Taylor Emma

Linear Array

Data structure means, organizing the data by using models, in computer memory. …

Taylor Emma

Abstract Data Types

Abstract Data type (ADT) is a type (or class) for objects whose…

Taylor Emma

Abstract Data Structures

Before we start considering classes in C#, which implement some of the…

Taylor Emma

What are File Manipulation Functions in C Language

Question: What are File Manipulation Functions in C Language Answer: Functions which manipulate files…

Taylor Emma

What are Data Structures in C and How to use them?

Data Structures in C are used to store data in an organised and…

Taylor Emma

Binary Tree Data Structure

A tree whose elements have at most 2 children is called a…

Taylor Emma

C Program to Write a Sentence to a File

In this example, you will learn to write a sentence in a…

Taylor Emma

C Program to Read a Line From a File and Display it

In this example, you will learn to read text from a file…

Taylor Emma