Arrays are implicitly treated as constant pointers. Array elements can be passed as parameter to Function in TWO ways: Passing element by e...
Read More
Showing posts with label Read Only Memory (ROM). Show all posts
Showing posts with label Read Only Memory (ROM). Show all posts
Pointer Operators * and &
& is a unary operator that returns the address of its operand which must be a variable. For Example int *m ; int count=125, i ;/* ...
Read More
Pointers to Functions
A function even though not a variable still has a physical address in memory and this address may be assigned to a pointer. When a function...
Read More
Difference between RAM (Random Access Memory) and ROM (Read Only Memory)
Random Access Memory (RAM) RAM is also called as the main memory of a computer. This is really the main store and is the place where the...
Read More
Subscribe to:
Posts (Atom)