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.
2477 Articles

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

What is File Handling in C

File handling is used to store the data permanently in files. It…

Taylor Emma

What are Structures in C?

Structure stores the different types of elements i.e heterogeneous elements. The struct keyword is…

Taylor Emma

What are Keywords in C?

Keywords are preserved words that have special meaning in C language. The…

Taylor Emma

C Language Basic Syntax Rules

C language syntax specify rules for sequence of characters to be written…

Taylor Emma

Compile and Run C Program

To compile and run a C language program, you need a C…

Taylor Emma

First C Program and its Structure

Lets see how to write a simple and most basic C program:…

Taylor Emma