Pages1

Showing posts with label typecasting. Show all posts
Showing posts with label typecasting. Show all posts

Interacting with memory locations directly using C pointer


The real power of  “C” comes from the fact the one can directly access memory location( Port, registers of peripheral etc.) using pointer. Below is the example to perform this operation: