C program to create, initialize and access a pointer variable

In this tutorial, we will write a C program to create, initialize and access a pointer variable. To learn the basics of pointer refer my tutorial: C Pointers Example: Program to create, access and initialize a Pointer In the following program we have declared a character variable ch and character pointer pCh, later we initialized the pointer variable pCh with the […]