Equations of Character Pointers

In this main chapter, you are going to learn

In this section, you are going to learn

Syntax of Character Single Pointer

How to derive pointer equations for single pointer ?

How to apply these equations to understand C statements ?

How to find typeof a variable ?

How to find sizeof a variable ?

How to find if variable is address or value ?

How to find if variable is single pointer or a value ?

Jump to “Equations of Character Single Pointer”

In this section, you are going to learn

Syntax of Character Double Pointer

How to derive pointer equations for Double pointer ?

How to apply these equations to understand C statements ?

How to find typeof a variable ?

How to find sizeof a variable ?

How to find if variable is address or value ?

How to find if variable is single or double or pointer or a value ?

Jump to “Equations of Character Double Pointer”

In this section, you are going to learn

Syntax of Character Triple Pointer

How to derive pointer equations for Triple pointer ?

How to apply these equations to understand C statements ?

How to find typeof a variable ?

How to find sizeof a variable ?

How to find if variable is address or value ?

How to find if variable is single or double or triple pointer or a value ?

Jump to “Equations of Character Triple Pointer”