Initializing Pointer
Syntax :
pointer = &variable;
Example :
ptr_n = &n ; // Assign Address of n to Pointer variable ptr_n
Note :
- Pointers are always initialized before using

Simply Learn C Programming Language | Download C Programming Books | C Programs Header Files |Chapters Organized by Topics | Tutorials | Tutors
Browse: Home > Initialization of Pointer in C : Initializing Pointer
pointer = &variable;
ptr_n = &n ; // Assign Address of n to Pointer variable ptr_n
Similar Pages Pointer : Chapter 8
Learn C Programming Copyright © 2010 LKart Theme is Designed by Lasantha, Free Blogger Templates
0 Comments:
Post a Comment
Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email