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

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

Features of C language

It is a robust language with rich set of built-in functions and…

Taylor Emma

Functions Pointers in C Programming with Examples

Pointers give greatly possibilities to 'C' functions which we are limited to…

Taylor Emma

Types of a pointer

Null pointer We can create a null pointer by assigning null value…

Taylor Emma

Declaring a pointer

Like variables, pointers have to be declared before they can be used…

Taylor Emma