Posts

Showing posts from February, 2019

Introduction To Pointers

Image
The most excruciating pain is delivered when we finally work with POINTERS. Learning POINTER brings us closer to the point where Dennis Ritchie directly/indirectly gave rise to OOP referencing method knowingly/unknowingly. Let’s understand the trickiest and the most important concept of C      Programming.     à                                                         à   Pointers    ß Definition:--   Pointer is a special data type which is derived from basic data                                      Types. ·         It is called a derived data type. ·     ...