Introduction to Pointers in C

understanding c pointers

Introduction to Pointers in C Pointer Notation Consider the declaration, int i = 3 ; This declaration tells the C compiler to: Reserve space in memory to hold the integer value. Associate the name i with this memory location. Store the value 3 at this location. We may represent i’s location in memory by the … Read more

Eduguru : Online Tutorial

Eduguru is Online Web tutorial aiming to support and provide the easiest way to learn computer and programming language and make them aware about new technologies. EduGuru.in is also a web developer information website, with tutorials and references relating to web development topics such as HTML, CSS, JavaScript, PHP, and SQL. http://EduGuru.in