Sunday, July 28, 2013

Difference Between Pointers and References


               REFERENCES                                         VS                              POINTER
        

* We can not change the location to which the reference belongs that is why we have to initialize the references when we do declare them unlike we can change the locations to which the  pointer belongs.

* We have  to dereference the pointers explicitly but the references are pre-dereferenced.

* we cant use ++ on reference variables but we can use ++operator on pointers(as they then after points to the next memory of its type).

Upcoming Student career counselling implementation

I've been working on student career counselling and will be coming with its implementation in few more days...