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

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

What is a Pointer?

In simple words, a pointer is an address. It is a derived…

Taylor Emma

How a Preprocessor works in C?

Compiling a C program – Behind the Scene A Preprocessor is a…

Taylor Emma

Array Operations

The array module of Python has separate functions for performing array operations.…

Taylor Emma

What are Arrays?

An array is a data structure for storing more than one data…

Taylor Emma

Functions in C/C++

A function is a set of statements that take inputs, do some…

Taylor Emma

What are Arrays?

An array is a data structure for storing more than one data…

Taylor Emma