For All Human Beings.......

Monday, November 19, 2007

Pointers in C++

I am posting a presentation on pointers, hope it will clarify the concepts....
  1. What is pointer
  2. value at (*) and Address of (&) operators associated with pointer variables
  3. Static and Dynamic Memory allocation
  4. use of new operator
  5. Use of delete operator
  6. Free Storage pool
  7. Memory leaks

4 comments:

Unknown said...

Mam USE of VOID point is not clear......


prerit

Unknown said...

OUTPUTS OF GIVEN PROGRAM(POINTERS)


Prg. 1

25
1000 (assuming address of i as
as '1000')
1000
25
25


Prg. 2

Mam please correct the LAST
two lines of this program....



Prg. 3

original values:57
exchanged values:75



THANK YOU,MAM FOR ALL THESE PRESENTATIONS & WARM UP QUESTIONS THEY HELPED ME A LOT IN CLARIFYING MY DOUBTS AND CONCEPTS MORE ON POINTERS..............

PRERIT

Bhoomika said...

Thanx a lot mam for all these presentations....they r really helpful.

Bhoomika said...

Thanx a lot mam for all these presentations...They r really very helpful.